Skip to content

Commit 353b42f

Browse files
committed
Disables windows as a whole
1 parent 5baa5a9 commit 353b42f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
strategy:
2323
matrix:
2424
# macos-13 is an intel runner, macos-14 is apple silicon
25-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
25+
#os: [ubuntu-latest, windows-latest, macos-13, macos-14]
26+
os: [ubuntu-latest, macos-13, macos-14]
2627

2728
steps:
2829
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)