Skip to content

Commit 7f849b2

Browse files
committed
Disable MacOSX testing temporarily
It is having a segmentation fault. It probably has something to do with offscreen rendering using Qt. Signed-off-by: Patrick Avery <[email protected]>
1 parent b83f9fa commit 7f849b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
name: "Linux",
2020
os: ubuntu-latest
2121
}
22-
- {
23-
name: "MacOSX",
24-
os: macos-13
25-
}
22+
# - {
23+
# name: "MacOSX",
24+
# os: macos-15
25+
# }
2626
- {
2727
name: "Windows",
2828
os: windows-latest

0 commit comments

Comments
 (0)