Skip to content

Commit 1ae96e3

Browse files
committed
Use windows-2022 GHA image for building wheels
1 parent 7fcf1ac commit 1ae96e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ${{ matrix.os }}
6161
strategy:
6262
matrix:
63-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-14]
63+
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-14]
6464
env:
6565
CIBW_ENABLE: pypy
6666
CIBW_ENVIRONMENT: >-

0 commit comments

Comments
 (0)