Skip to content

Commit 01c41d8

Browse files
committed
gh-actions: build wheels for MS Windows as well
1 parent 43043b6 commit 01c41d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
name: artifact-source
8484
path: dist/*.tar.gz
8585

86-
build_wheels_macos:
86+
build_wheels_nonlinux:
8787
name: Build wheels on ${{ matrix.os }}
8888
runs-on: ${{ matrix.os }}
8989
strategy:
9090
matrix:
9191
# macos-13 is an intel runner, macos-14 is apple silicon
92-
os: [macos-13, macos-14]
92+
os: [macos-13, macos-14, windows-latest]
9393
steps:
9494
- uses: actions/checkout@v4
9595
if: ${{ github.event_name != 'repository_dispatch' }}

0 commit comments

Comments
 (0)