Skip to content

Commit

Permalink
[ci] switch CI runner from Ubuntu 20.04 to 22.04
Browse files Browse the repository at this point in the history
Verible version is bumped to latest because the current version we are
using has a broken 22.04 release.

Verilator is upgraded to 4.210 to match OpenTitan.

Signed-off-by: Gary Guo <[email protected]>
  • Loading branch information
nbdd0121 committed Mar 25, 2024
1 parent 39f28ba commit a2cc9cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
lint_dv:
name: Run quality checks (Lint and DV)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion ci/install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
$SUDO_CMD apt-get install -y curl
Expand Down
2 changes: 1 addition & 1 deletion ci/vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ IBEX_COSIM_VERSION=15fbd568
RISCV_TOOLCHAIN_TAR_VERSION=20220210-1
RISCV_TOOLCHAIN_TAR_VARIANT=lowrisc-toolchain-gcc-rv32imcb
RISCV_COMPLIANCE_GIT_VERSION=844c6660ef3f0d9b96957991109dfd80cc4938e2
VERIBLE_VERSION=v0.0-2135-gb534c1fe
VERIBLE_VERSION=v0.0-3430-g060bde0f
# lowRISC-internal version numbers of Ibex-specific Spike builds.
SPIKE_IBEX_VERSION=20220817-git-eccdcb15c3e51b4f7906c7b42fb824f24a4338a2

0 comments on commit a2cc9cf

Please sign in to comment.