Skip to content

Commit

Permalink
Update nightly CI to use ubuntu 22.04
Browse files Browse the repository at this point in the history
This is an attempt to fix the consistent CI failure of nightly, despite being able to run nightly builds without difficulty.
  • Loading branch information
palday authored Mar 5, 2024
1 parent c1f9ca0 commit b1bf348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
julia-version: [nightly]
julia-arch: [x64]
os: [ubuntu-20.04]
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit b1bf348

Please sign in to comment.