Skip to content

Commit d5a645f

Browse files
committed
Try with MacOS disabled
Signed-off-by: Gunnar Wagenknecht <[email protected]>
1 parent ac98336 commit d5a645f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest, macos-latest] #, windows-latest] # https://github.com/coactions/setup-xvfb/issues/18
25+
os: [ubuntu-latest] #, macos-latest] #, windows-latest] # https://github.com/coactions/setup-xvfb/issues/18
2626

2727
steps:
2828
- name: Checkout

0 commit comments

Comments
 (0)