We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
windows-2022
1 parent 6552c77 commit e75b3acCopy full SHA for e75b3ac
.github/workflows/build-wheel.yml
@@ -33,7 +33,7 @@ jobs:
33
name: py${{ matrix.python-version }}
34
runs-on: ${{ (inputs.host-platform == 'linux-64' && 'linux-amd64-cpu8') ||
35
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') ||
36
- (inputs.host-platform == 'win-64' && 'windows-2019') }}
+ (inputs.host-platform == 'win-64' && 'windows-2022') }}
37
steps:
38
- name: Checkout ${{ github.event.repository.name }}
39
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments