mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-28 09:17:17 -04:00
[ci] switch CI runner from Ubuntu 20.04 to 22.04
Signed-off-by: Gary Guo <gary.guo@lowrisc.org>
This commit is contained in:
parent
eba210965a
commit
9e99ec79e2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -25,7 +25,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
lint_dv:
|
lint_dv:
|
||||||
name: Run quality checks (Lint and DV)
|
name: Run quality checks (Lint and DV)
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -26,7 +26,7 @@ if [ -z "$GITHUB_ACTIONS" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$ID-$VERSION_ID" in
|
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.
|
# Curl must be available to get the repo key below.
|
||||||
$SUDO_CMD apt-get update
|
$SUDO_CMD apt-get update
|
||||||
$SUDO_CMD apt-get install -y curl
|
$SUDO_CMD apt-get install -y curl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue