Skip to content

Commit 9a5af5c

Browse files
committed
chore(ci): Only check intel mac on schedule
1 parent 131de55 commit 9a5af5c

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
@@ -32,7 +32,7 @@ jobs:
3232
name: Test
3333
strategy:
3434
matrix:
35-
os: ["ubuntu-latest", "windows-latest", "macos-latest", "macos-14"]
35+
os: ["ubuntu-latest", "windows-latest", "macos-14"]
3636
rust: ["stable"]
3737
continue-on-error: ${{ matrix.rust != 'stable' }}
3838
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)