Skip to content

Commit 189f985

Browse files
committed
BUG: Temporarily disable ARM mac in CI
Baseline test comparisons are failing, tracked in #100.
1 parent 163c50b commit 189f985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 5
1010
matrix:
11-
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
11+
os: [ubuntu-22.04, windows-2022, macos-12]
1212
python-version: ["3.10", "3.11", "3.12"]
1313

1414
steps:

0 commit comments

Comments
 (0)