Skip to content

Commit 7d34760

Browse files
committed
Eliminate Ubuntu 24.04 environment in CI
This is what `ubuntu-latest` now defaults to. So the additional environment is unnecessary.
1 parent e7c760f commit 7d34760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: ${{ github.event_name == 'merge_group' }}
5555
matrix:
56-
environment: [ubuntu-latest, ubuntu-24.04, macos-latest]
56+
environment: [ubuntu-latest, macos-latest]
5757

5858
runs-on: ${{ matrix.environment }}
5959

0 commit comments

Comments
 (0)