|
18 | 18 | - 'ubuntu-20.04' |
19 | 19 | - 'macos-12' |
20 | 20 | - 'macos-14' |
21 | | - - 'windows-2019' |
| 21 | + - 'windows-2022' |
22 | 22 | debug_enabled_python: |
23 | 23 | type: choice |
24 | 24 | description: Choose a Python version to run the build with SSH debugging on |
@@ -129,7 +129,7 @@ jobs: |
129 | 129 | fail-fast: false |
130 | 130 | matrix: |
131 | 131 | # The lowest supported version is Ubuntu 20.04 + Python 3.8 or macOS 12 + Python 3.9 |
132 | | - os: [ 'ubuntu-20.04', 'macos-12', 'macos-14', 'windows-2019' ] |
| 132 | + os: [ 'ubuntu-20.04', 'macos-12', 'macos-14', 'windows-2022' ] |
133 | 133 | python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] |
134 | 134 | exclude: |
135 | 135 | # actions/setup-python: The version '3.8'/'3.9' with architecture 'arm64' was not found for macOS. |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | name: wheel-${{ github.run_id }}-${{ github.sha }} |
212 | 212 | path: ./dist/ |
213 | 213 | - name: Set cores to get stored in /cores |
214 | | - if: ${{ matrix.os != 'windows-2019' }} |
| 214 | + if: ${{ matrix.os != 'windows-2022' }} |
215 | 215 | # TODO (Caleb Aikens) figure out how to get Windows core dumps |
216 | 216 | run: | |
217 | 217 | sudo mkdir -p /cores |
@@ -246,7 +246,7 @@ jobs: |
246 | 246 | credentials: "admin:admin" |
247 | 247 | - name: Upload core dumps as CI artifacts |
248 | 248 | uses: actions/upload-artifact@v3 |
249 | | - if: ${{ matrix.os != 'windows-2019' && failure() }} |
| 249 | + if: ${{ matrix.os != 'windows-2022' && failure() }} |
250 | 250 | # TODO (Caleb Aikens) figure out how to get Windows core dumps |
251 | 251 | with: |
252 | 252 | name: cores-${{ matrix.os }}-${{ matrix.python_version }} |
|
0 commit comments