Skip to content

Commit 9e99ec7

Browse files
committed
[ci] switch CI runner from Ubuntu 20.04 to 22.04
Signed-off-by: Gary Guo <[email protected]>
1 parent eba2109 commit 9e99ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
lint_dv:
2727
name: Run quality checks (Lint and DV)
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
steps:
3030
- uses: actions/checkout@v4
3131
with:

ci/install-build-deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ -z "$GITHUB_ACTIONS" ]; then
2626
fi
2727

2828
case "$ID-$VERSION_ID" in
29-
ubuntu-16.04|ubuntu-18.04|ubuntu-20.04)
29+
ubuntu-20.04|ubuntu-22.04)
3030
# Curl must be available to get the repo key below.
3131
$SUDO_CMD apt-get update
3232
$SUDO_CMD apt-get install -y curl

0 commit comments

Comments
 (0)