Skip to content

Commit de3cef0

Browse files
committed
Don't run GitHub workflow on MacOS
1 parent b9f8af4 commit de3cef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os:
1616
- ubuntu-latest
17-
- macos-latest
17+
# - macos-latest
1818
# - windows-latest
1919

2020
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)