Skip to content

Commit e75b3ac

Browse files
cryoskkraus14
andauthored
Migrate to windows-2022 for Windows CI builds (#672)
Co-authored-by: Keith Kraus <[email protected]>
1 parent 6552c77 commit e75b3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: py${{ matrix.python-version }}
3434
runs-on: ${{ (inputs.host-platform == 'linux-64' && 'linux-amd64-cpu8') ||
3535
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') ||
36-
(inputs.host-platform == 'win-64' && 'windows-2019') }}
36+
(inputs.host-platform == 'win-64' && 'windows-2022') }}
3737
steps:
3838
- name: Checkout ${{ github.event.repository.name }}
3939
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)