Skip to content

Commit

Permalink
Remove Ubuntu 24.04 environment
Browse files Browse the repository at this point in the history
`ubuntu-latest` is Ubuntu 24.04 now.
  • Loading branch information
smoelius committed Oct 16, 2024
1 parent 638355b commit 57e9597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: ${{ github.event_name == 'merge_group' }}
matrix:
environment: [ubuntu-latest, ubuntu-24.04, macos-latest]
environment: [ubuntu-latest, macos-latest]
toolchain: [stable, nightly]
plugins: [true, false]
cc: [cc, clang]
Expand Down

0 comments on commit 57e9597

Please sign in to comment.