Skip to content

Commit b674f3a

Browse files
committed
ci: disable macos, as it's broken on the latest version of macos
1 parent f7b03f6 commit b674f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: true
4141
matrix:
42-
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
42+
os: ["windows-latest", "ubuntu-latest"] #, "macos-latest"]
4343
python-version: ["3.8", "3.9", "3.10"]
4444
experimental: [false]
4545
system-libtiff: [false]

0 commit comments

Comments
 (0)