Skip to content

Commit

Permalink
Merge pull request #138 from marxin/fix-ci
Browse files Browse the repository at this point in the history
Stick to Ubuntu 23.10
  • Loading branch information
marxin committed Apr 28, 2024
2 parents 19e5875 + c6aab0f commit ddc99ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-llvm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
CI-LLVM-nightly:
runs-on: ubuntu-22.04
container:
image: ubuntu:rolling
# TODO: use 'ubuntu:rolling' again
image: ubuntu:23.10

steps:
- run: apt-get update
Expand Down

0 comments on commit ddc99ee

Please sign in to comment.