Skip to content

Commit 9098a46

Browse files
committed
Disable CI for macOS for now
Getting an error from the build script: assertion `left == right` failed: x.py should be run with `--stage 2` on CI, but was run with `--stage 1`
1 parent 6aeea24 commit 9098a46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, macos-latest]
21+
os:
22+
- ubuntu-latest
23+
# - macos-latest
2224

2325
steps:
2426
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)