|
16 | 16 | runs-on: ubuntu-latest
|
17 | 17 | strategy:
|
18 | 18 | matrix:
|
19 |
| - python: ["3.9", "3.10", "3.11", "3.12"] |
| 19 | + python: ["3.9", "3.10"] |
20 | 20 | steps:
|
21 | 21 | - uses: actions/checkout@v4
|
22 | 22 | with:
|
@@ -59,11 +59,11 @@ jobs:
|
59 | 59 | path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
|
60 | 60 |
|
61 | 61 | build_windows:
|
62 |
| - runs-on: windows-latest |
| 62 | + runs-on: windows-2019 |
63 | 63 |
|
64 | 64 | strategy:
|
65 | 65 | matrix:
|
66 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 66 | + python: ['3.9', '3.10'] |
67 | 67 | env:
|
68 | 68 | conda-bld: C:\Miniconda\conda-bld\win-64\
|
69 | 69 | steps:
|
@@ -102,7 +102,7 @@ jobs:
|
102 | 102 |
|
103 | 103 | strategy:
|
104 | 104 | matrix:
|
105 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 105 | + python: ['3.9', '3.10'] |
106 | 106 | experimental: [false]
|
107 | 107 | runner: [ubuntu-latest]
|
108 | 108 | continue-on-error: ${{ matrix.experimental }}
|
@@ -169,9 +169,9 @@ jobs:
|
169 | 169 |
|
170 | 170 | strategy:
|
171 | 171 | matrix:
|
172 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 172 | + python: ['3.9', '3.10'] |
173 | 173 | experimental: [false]
|
174 |
| - runner: [windows-latest] |
| 174 | + runner: [windows-2019] |
175 | 175 | continue-on-error: ${{ matrix.experimental }}
|
176 | 176 | env:
|
177 | 177 | CHANNELS: -c conda-forge -c intel --override-channels
|
|
0 commit comments