Skip to content

Commit 48008c5

Browse files
add macos-14 (#111)
* Add macos-14 to test matrix * Make macos-14 nightly continue on error also
1 parent 8bb75ef commit 48008c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/clippy_build_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [ ubuntu-latest, macos-11, macos-12, macos-13 ]
20+
os: [ ubuntu-latest, macos-11, macos-12, macos-13, macos-14 ]
2121
rust: [stable, beta]
2222
experimental: [false]
2323
include:
@@ -33,6 +33,9 @@ jobs:
3333
- os: macos-13
3434
rust: nightly
3535
experimental: true
36+
- os: macos-14
37+
rust: nightly
38+
experimental: true
3639

3740
continue-on-error: ${{ matrix.experimental }}
3841

0 commit comments

Comments
 (0)