@@ -196,16 +196,16 @@ jobs:
196196 - { os: macos-13, python-version: "3.12", architecture: x64, type: 'source', continuous-only: true }
197197
198198 # Windows uses the full API up until Python 3.10.
199- - { os: windows-2019 , python-version: "3.8", architecture: x86, type: 'binary', continuous-only: true }
200- - { os: windows-2019 , python-version: "3.9", architecture: x86, type: 'binary', continuous-only: true }
201- - { os: windows-2019 , python-version: "3.10", architecture: x86, type: 'binary', continuous-only: true }
202- - { os: windows-2019 , python-version: "3.11", architecture: x86, type: 'binary', continuous-only: true }
203- - { os: windows-2019 , python-version: "3.12", architecture: x86, type: 'binary', continuous-only: true }
204- - { os: windows-2019 , python-version: "3.8", architecture: x64, type: 'binary' }
205- - { os: windows-2019 , python-version: "3.9", architecture: x64, type: 'binary', continuous-only: true }
206- - { os: windows-2019 , python-version: "3.10", architecture: x64, type: 'binary', continuous-only: true }
207- - { os: windows-2019 , python-version: "3.11", architecture: x64, type: 'binary', continuous-only: true }
208- - { os: windows-2019 , python-version: "3.12", architecture: x64, type: 'binary' }
199+ - { os: windows-2022 , python-version: "3.8", architecture: x86, type: 'binary', continuous-only: true }
200+ - { os: windows-2022 , python-version: "3.9", architecture: x86, type: 'binary', continuous-only: true }
201+ - { os: windows-2022 , python-version: "3.10", architecture: x86, type: 'binary', continuous-only: true }
202+ - { os: windows-2022 , python-version: "3.11", architecture: x86, type: 'binary', continuous-only: true }
203+ - { os: windows-2022 , python-version: "3.12", architecture: x86, type: 'binary', continuous-only: true }
204+ - { os: windows-2022 , python-version: "3.8", architecture: x64, type: 'binary' }
205+ - { os: windows-2022 , python-version: "3.9", architecture: x64, type: 'binary', continuous-only: true }
206+ - { os: windows-2022 , python-version: "3.10", architecture: x64, type: 'binary', continuous-only: true }
207+ - { os: windows-2022 , python-version: "3.11", architecture: x64, type: 'binary', continuous-only: true }
208+ - { os: windows-2022 , python-version: "3.12", architecture: x64, type: 'binary' }
209209 name : ${{ matrix.continuous-only && inputs.continuous-prefix || '' }} Test Wheels Python ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.architecture }} ${{ matrix.type }}
210210 needs : build_wheels
211211 runs-on : ${{ matrix.os }}
0 commit comments