Skip to content

Commit

Permalink
workflows/litex_sim: pin to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann committed Jan 6, 2025
1 parent 39b408e commit 6e21580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/litex_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
litex-sim-ci:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]

# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6e21580

Please sign in to comment.