Skip to content

Commit a777fab

Browse files
Remove macOS-11 from the matrix (#144)
* Remove macOS-11 from the matrix Closes #143 Infra decommissioned in GH Actions
1 parent d521707 commit a777fab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/clippy_build_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,13 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
os: [ ubuntu-latest, macos-11, macos-12, macos-13, macos-14 ]
27+
os: [ ubuntu-latest, macos-12, macos-13, macos-14 ]
2828
rust: [stable, beta, 1.72.0] # Minimum Rust Version Supported = 1.72.0
2929
experimental: [false]
3030
include:
3131
- os: ubuntu-latest
3232
rust: nightly
3333
experimental: true
34-
- os: macos-11
35-
rust: nightly
36-
experimental: true
3734
- os: macos-12
3835
rust: nightly
3936
experimental: true

0 commit comments

Comments
 (0)