Skip to content

Commit

Permalink
github: Revert from ubunutu 24.04 to 22.04
Browse files Browse the repository at this point in the history
The previous latest version skipped 2 versions in github.
We were running 22.04 before no 24.04.
  • Loading branch information
stffrdhrn committed Oct 13, 2024
1 parent 2956eb0 commit d3f15ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
verilator --lint-only rtl/verilog/*.v +incdir+rtl/verilog
or1k-tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
env:
LD_LIBRARY_PATH: "/tmp/tools/lib"
EXPECTED_FAILURES: ${{ matrix.env.EXPECTED_FAILURES }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- { EXPECTED_FAILURES: "or1k-cy or1k-ext", EXTRA_CORE_ARGS: "--feature_ext NONE" }

formal-verification:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
#Checkout Repository
- name: Checkout
Expand Down

0 comments on commit d3f15ea

Please sign in to comment.