@@ -179,14 +179,14 @@ jobs:
179179
180180 # Windows uses the full API up until Python 3.10, so each of these
181181 # jobs tests a distinct binary wheel.
182- - { os: windows-2019 , python-version: "3.8", architecture: x86, type: 'binary' }
183- - { os: windows-2019 , python-version: "3.9", architecture: x86, type: 'binary' }
184- - { os: windows-2019 , python-version: "3.10", architecture: x86, type: 'binary' }
185- - { os: windows-2019 , python-version: "3.11", architecture: x86, type: 'binary' }
186- - { os: windows-2019 , python-version: "3.8", architecture: x64, type: 'binary' }
187- - { os: windows-2019 , python-version: "3.9", architecture: x64, type: 'binary' }
188- - { os: windows-2019 , python-version: "3.10", architecture: x64, type: 'binary' }
189- - { os: windows-2019 , python-version: "3.11", architecture: x64, type: 'binary' }
182+ - { os: windows-2022 , python-version: "3.8", architecture: x86, type: 'binary' }
183+ - { os: windows-2022 , python-version: "3.9", architecture: x86, type: 'binary' }
184+ - { os: windows-2022 , python-version: "3.10", architecture: x86, type: 'binary' }
185+ - { os: windows-2022 , python-version: "3.11", architecture: x86, type: 'binary' }
186+ - { os: windows-2022 , python-version: "3.8", architecture: x64, type: 'binary' }
187+ - { os: windows-2022 , python-version: "3.9", architecture: x64, type: 'binary' }
188+ - { os: windows-2022 , python-version: "3.10", architecture: x64, type: 'binary' }
189+ - { os: windows-2022 , python-version: "3.11", architecture: x64, type: 'binary' }
190190 runs-on : ${{ matrix.os }}
191191 if : ${{ github.event_name != 'pull_request_target' }}
192192 defaults :
0 commit comments