Skip to content

Commit

Permalink
[github] Change Ubuntu version to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertuletti committed Dec 6, 2024
1 parent 4844f3e commit 854671a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: riscv-gnu-toolchain.tzst

tc-llvm:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Recover the submodule commit hash
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
git diff --exit-code
check-control-registers:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Python requirements
Expand All @@ -266,7 +266,7 @@ jobs:
# Build Software #
####################
build-apps-gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: tc-gcc
strategy:
matrix:
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
path: apps-gcc.tzst

build-apps-llvm:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [tc-gcc, tc-llvm]
strategy:
matrix:
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
# Run Software #
##################
run-apps-gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 20
needs: [build-apps-gcc, riscv-isa-sim, verilator-model]
strategy:
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
make trace
run-apps-llvm:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 20
needs: [build-apps-llvm, riscv-isa-sim, verilator-model]
strategy:
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
make trace
run-apps-halide:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 20
needs: [build-apps-halide, riscv-isa-sim, verilator-model]
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Check License #
#################
check-license:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Python requirements
Expand Down

0 comments on commit 854671a

Please sign in to comment.