Skip to content

Commit eb48cb6

Browse files
committed
Attempt to temporarily fix automated build by disabled macos
1 parent 767ecb1 commit eb48cb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
12+
# os: [ubuntu-latest, macos-latest, windows-latest]
13+
os: [ubuntu-latest, windows-latest]
1314
vulkan-version: [1.4.341.1]
1415
build-shared: [OFF]
1516
include:

0 commit comments

Comments
 (0)