Skip to content

Commit

Permalink
Re-add ubuntu-latest as an environment in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jul 21, 2024
1 parent 9475dd5 commit 06f496e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
strategy:
fail-fast: ${{ github.event_name == 'merge_group' }}
matrix:
# 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]
environment: [ubuntu-latest, ubuntu-24.04, macos-latest]
toolchain: [stable, nightly]
plugins: [true, false]
cc: [cc, clang]
Expand Down

0 comments on commit 06f496e

Please sign in to comment.