We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba2109 commit 9e99ec7Copy full SHA for 9e99ec7
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ on:
25
jobs:
26
lint_dv:
27
name: Run quality checks (Lint and DV)
28
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
29
steps:
30
- uses: actions/checkout@v4
31
with:
ci/install-build-deps.sh
@@ -26,7 +26,7 @@ if [ -z "$GITHUB_ACTIONS" ]; then
fi
case "$ID-$VERSION_ID" in
- ubuntu-16.04|ubuntu-18.04|ubuntu-20.04)
+ ubuntu-20.04|ubuntu-22.04)
# Curl must be available to get the repo key below.
$SUDO_CMD apt-get update
32
$SUDO_CMD apt-get install -y curl
0 commit comments