@@ -202,13 +202,13 @@ jobs:
202202 strategy :
203203 fail-fast : false
204204 matrix :
205- # Cirrus and macos-14 are M1, macos-13 is default GHA Intel.
205+ # Cirrus and macos-14 are M1, macos-15-intel is default GHA Intel.
206206 # macOS 13 only runs tests against the GIL-enabled CPython.
207207 # Cirrus used for upstream, macos-14 for forks.
208208 os :
209209 - ghcr.io/cirruslabs/macos-runner:sonoma
210210 - macos-14
211- - macos-13
211+ - macos-15-intel
212212 is-fork : # only used for the exclusion trick
213213 - ${{ github.repository_owner != 'python' }}
214214 free-threading :
@@ -219,7 +219,7 @@ jobs:
219219 is-fork : true
220220 - os : macos-14
221221 is-fork : false
222- - os : macos-13
222+ - os : macos-15-intel
223223 free-threading : true
224224 uses : ./.github/workflows/reusable-macos.yml
225225 with :
@@ -273,7 +273,7 @@ jobs:
273273 # Keep 1.1.1w in our list despite it being upstream EOL and otherwise
274274 # unsupported as it most resembles other 1.1.1-work-a-like ssl APIs
275275 # supported by important vendors such as AWS-LC.
276- openssl_ver : [1.1.1w, 3.0.17 , 3.2.5 , 3.3.4 , 3.4.2 , 3.5.2 ]
276+ openssl_ver : [1.1.1w, 3.0.18 , 3.2.6 , 3.3.5 , 3.4.3 , 3.5.4 ]
277277 # See Tools/ssl/make_ssl_data.py for notes on adding a new version
278278 env :
279279 OPENSSL_VER : ${{ matrix.openssl_ver }}
@@ -421,7 +421,7 @@ jobs:
421421 with :
422422 persist-credentials : false
423423 - name : Build and test
424- run : ./Android/android.py ci ${{ matrix.arch }}-linux-android
424+ run : ./Android/android.py ci --fast-ci ${{ matrix.arch }}-linux-android
425425
426426 build-wasi :
427427 name : ' WASI'
@@ -438,7 +438,7 @@ jobs:
438438 needs : build-context
439439 if : needs.build-context.outputs.run-tests == 'true'
440440 env :
441- OPENSSL_VER : 3.0.16
441+ OPENSSL_VER : 3.0.18
442442 PYTHONSTRICTEXTENSIONBUILD : 1
443443 steps :
444444 - uses : actions/checkout@v4
@@ -558,7 +558,7 @@ jobs:
558558 matrix :
559559 os : [ubuntu-24.04]
560560 env :
561- OPENSSL_VER : 3.0.16
561+ OPENSSL_VER : 3.0.18
562562 PYTHONSTRICTEXTENSIONBUILD : 1
563563 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
564564 steps :
0 commit comments