|
11 | 11 | jobs: |
12 | 12 | build-and-test: |
13 | 13 | name: Testing with Python 3.${{ matrix.python_minor }} on Linux |
14 | | - runs-on: ubuntu-20.04 |
| 14 | + runs-on: ubuntu-22.04 |
15 | 15 | strategy: |
16 | 16 | matrix: |
17 | 17 | python_minor: [ "6" , "7" , "8" , "9" , "10" ] |
|
38 | 38 | if: startsWith(github.ref, 'refs/tags') |
39 | 39 | needs: build-and-test |
40 | 40 | name: Source distribution |
41 | | - runs-on: macos-11 |
| 41 | + runs-on: macos-13 |
42 | 42 |
|
43 | 43 | steps: |
44 | 44 | - uses: actions/checkout@v4.2.2 |
|
70 | 70 | if: startsWith(github.ref, 'refs/tags') |
71 | 71 | needs: [build-and-test, sdist] |
72 | 72 | name: Build macOS ${{ matrix.cibw_python }} ${{ matrix.cibw_arch }} wheels |
73 | | - runs-on: macos-11 |
| 73 | + runs-on: macos-13 |
74 | 74 | strategy: |
75 | 75 | fail-fast: true |
76 | 76 | matrix: |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | if: startsWith(github.ref, 'refs/tags') |
118 | 118 | needs: [build-and-test, sdist] |
119 | 119 | name: Build ${{ matrix.cibw_buildlinux }} ${{ matrix.cibw_arch }} wheels |
120 | | - runs-on: ubuntu-20.04 |
| 120 | + runs-on: ubuntu-22.04 |
121 | 121 | strategy: |
122 | 122 | fail-fast: true |
123 | 123 | matrix: |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | if: startsWith(github.ref, 'refs/tags') |
161 | 161 | needs: [build-and-test, sdist] |
162 | 162 | name: Build Windows wheels |
163 | | - runs-on: windows-2019 |
| 163 | + runs-on: windows-2022 |
164 | 164 |
|
165 | 165 | steps: |
166 | 166 | - uses: actions/checkout@v4.2.2 |
@@ -192,7 +192,7 @@ jobs: |
192 | 192 | if: startsWith(github.ref, 'refs/tags') |
193 | 193 | needs: [wheels_macos, wheels_linux, wheels_windows] |
194 | 194 | name: Publish wheels |
195 | | - runs-on: ubuntu-20.04 |
| 195 | + runs-on: ubuntu-22.04 |
196 | 196 |
|
197 | 197 | steps: |
198 | 198 | - name: Collect sdist and wheels |
|
0 commit comments