Skip to content

Commit b9b039a

Browse files
committed
Remove Windows from OS matrix
1 parent 9c7e573 commit b9b039a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
# macos-13 is an intel runner, macos-14 is apple silicon
50-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
50+
os: [ubuntu-latest, macos-13, macos-14]
5151

5252
steps:
5353
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)