Skip to content

Commit 2bb76e1

Browse files
committed
temporary disable macos in CI
1 parent 00b40e2 commit 2bb76e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-latest, windows-latest]
14+
os: [ubuntu-latest, windows-latest]
1515
runs-on: ${{matrix.os}}
1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)