Skip to content

Commit 971b192

Browse files
ci: Add macos-14 / Apple Silicon build.
1 parent a25e786 commit 971b192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
os: [macos-12, macos-13, ubuntu-20.04, ubuntu-22.04]
30+
os: [macos-12, macos-13, macos-14, ubuntu-20.04, ubuntu-22.04]
3131
name: cargo clippy + test
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)