Skip to content

Commit 69b97f1

Browse files
committed
Disable tests on macOS
Closes #112 Signed-off-by: David Thompson <[email protected]>
1 parent 605d062 commit 69b97f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
os: [macos-latest, ubuntu-latest, windows-latest]
8+
os: [ubuntu-latest, windows-latest]
99
include:
10-
- os: macos-latest
11-
label: 'darwin'
1210
- os: ubuntu-latest
1311
label: 'linux'
1412
steps:

0 commit comments

Comments
 (0)