Skip to content

Commit

Permalink
[ci] Bump verilator test runner to ubuntu-22.04
Browse files Browse the repository at this point in the history
This was using an older runner, likely by mistake. Update to using
ubuntu-22.04 as ubuntu-20.04 will no longer be supported by Github
Actions soon.

Signed-off-by: Alex Jones <[email protected]>
  • Loading branch information
AlexJones0 authored and jwnrt committed Jan 15, 2025
1 parent 32a567c commit 67fe850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:

verilator_earlgrey:
name: Verilated Earl Grey
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: quick_lint
timeout-minutes: 240
steps:
Expand Down

0 comments on commit 67fe850

Please sign in to comment.