@@ -119,7 +119,7 @@ jobs:
119
119
- runs-on : macos-latest
120
120
python-version : ' graalpy-24.2'
121
121
122
- - runs-on : windows-latest
122
+ - runs-on : windows-2022
123
123
python-version : ' 3.9'
124
124
cmake-args : -DPYBIND11_TEST_SMART_HOLDER=ON
125
125
- runs-on : windows-2022
@@ -138,19 +138,19 @@ jobs:
138
138
- runs-on : windows-2022
139
139
python-version : ' 3.13'
140
140
cmake-args : -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDebugDLL
141
- - runs-on : windows-latest
141
+ - runs-on : windows-2022
142
142
python-version : ' 3.13t'
143
143
cmake-args : -DCMAKE_CXX_STANDARD=17
144
- - runs-on : windows-latest
144
+ - runs-on : windows-2022
145
145
python-version : ' 3.14'
146
146
cmake-args : -DCMAKE_CXX_STANDARD=20
147
- - runs-on : windows-latest
147
+ - runs-on : windows-2022
148
148
python-version : ' 3.14t'
149
149
cmake-args : -DCMAKE_CXX_STANDARD=23
150
- - runs-on : windows-latest
150
+ - runs-on : windows-2022
151
151
python-version : ' pypy-3.10'
152
152
cmake-args : -DCMAKE_CXX_STANDARD=17
153
- - runs-on : windows-latest
153
+ - runs-on : windows-2022
154
154
python-version : ' pypy3.11'
155
155
cmake-args : -DCMAKE_CXX_STANDARD=20
156
156
# The setup-python action currently doesn't have graalpy for windows
@@ -174,7 +174,7 @@ jobs:
174
174
python-version : ' 3.9'
175
175
- runs-on : macos-latest
176
176
python-version : ' 3.12'
177
- - runs-on : windows-latest
177
+ - runs-on : windows-2022
178
178
python-version : ' 3.11'
179
179
180
180
name : " π ${{ matrix.python-version }} β’ ${{ matrix.runs-on }} β’ x64 inplace C++14"
@@ -1010,8 +1010,8 @@ jobs:
1010
1010
1011
1011
mingw :
1012
1012
if : github.event.pull_request.draft == false
1013
- name : " π 3 β’ windows-latest β’ ${{ matrix.sys }}"
1014
- runs-on : windows-latest
1013
+ name : " π 3 β’ windows-2022 β’ ${{ matrix.sys }}"
1014
+ runs-on : windows-2022
1015
1015
defaults :
1016
1016
run :
1017
1017
shell : msys2 {0}
@@ -1121,7 +1121,7 @@ jobs:
1121
1121
1122
1122
strategy :
1123
1123
matrix :
1124
- os : [windows-latest ]
1124
+ os : [windows-2022 ]
1125
1125
python : ['3.10']
1126
1126
1127
1127
runs-on : " ${{ matrix.os }}"
0 commit comments