Skip to content

Commit

Permalink
Temporarily add ubuntu-24.04 as a target, and remove ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jul 19, 2024
1 parent ead58d0 commit 6afc76e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
strategy:
fail-fast: ${{ github.event_name == 'merge_group' }}
matrix:
environment: [ubuntu-latest, macos-latest]
# smoelius: Temporarily add `ubuntu-24.04` as a target, and remove `ubuntu-latest`, until
# the following issue is resolved: https://github.com/llvm/llvm-project/issues/99502
# environment: [ubuntu-latest, macos-latest]
environment: [ubuntu-24.04, macos-latest]
toolchain: [stable, nightly]
plugins: [true, false]
cc: [cc, clang]
Expand Down

0 comments on commit 6afc76e

Please sign in to comment.