Skip to content

Commit 9b583ba

Browse files
disable macos builds for now
1 parent 5b42009 commit 9b583ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
os: [macOS-latest, windows-latest, ubuntu-latest]
78+
os:
79+
# - macOS-latest
80+
- windows-latest
81+
- ubuntu-latest
7982
runs-on: ${{ matrix.os }}
8083
steps:
8184
- name: Checkout

0 commit comments

Comments
 (0)