@@ -249,13 +249,13 @@ jobs:
249249    strategy :
250250      fail-fast : false 
251251      matrix :
252-         #  Cirrus and macos-14 are M1, macos-13  is default GHA Intel.
252+         #  Cirrus and macos-14 are M1, macos-15-intel  is default GHA Intel.
253253        #  macOS 13 only runs tests against the GIL-enabled CPython.
254254        #  Cirrus used for upstream, macos-14 for forks.
255255        os :
256256        - ghcr.io/cirruslabs/macos-runner:sonoma 
257257        - macos-14 
258-         - macos-13  
258+         - macos-15-intel  
259259        is-fork :  #  only used for the exclusion trick
260260        - ${{ github.repository_owner != 'python' }} 
261261        free-threading :
@@ -266,7 +266,7 @@ jobs:
266266          is-fork : true 
267267        - os : macos-14 
268268          is-fork : false 
269-         - os : macos-13  
269+         - os : macos-15-intel  
270270          free-threading : true 
271271    uses : ./.github/workflows/reusable-macos.yml 
272272    with :
@@ -320,7 +320,7 @@ jobs:
320320        #  Keep 1.1.1w in our list despite it being upstream EOL and otherwise
321321        #  unsupported as it most resembles other 1.1.1-work-a-like ssl APIs
322322        #  supported by important vendors such as AWS-LC.
323-         openssl_ver : [1.1.1w, 3.0.17 , 3.2.5 , 3.3.4 , 3.4.2 , 3.5.2 ] 
323+         openssl_ver : [1.1.1w, 3.0.18 , 3.2.6 , 3.3.5 , 3.4.3 , 3.5.4 ] 
324324        #  See Tools/ssl/make_ssl_data.py for notes on adding a new version
325325    env :
326326      OPENSSL_VER : ${{ matrix.openssl_ver }} 
@@ -393,7 +393,7 @@ jobs:
393393        with :
394394          persist-credentials : false 
395395      - name : Build and test 
396-         run : ./Android/android.py ci ${{ matrix.arch }}-linux-android 
396+         run : ./Android/android.py ci --fast-ci  ${{ matrix.arch }}-linux-android 
397397
398398  build-wasi :
399399    name : ' WASI' 
@@ -410,7 +410,7 @@ jobs:
410410    needs : build-context 
411411    if : needs.build-context.outputs.run-tests == 'true' 
412412    env :
413-       OPENSSL_VER : 3.0.16  
413+       OPENSSL_VER : 3.0.18  
414414      PYTHONSTRICTEXTENSIONBUILD : 1 
415415    steps :
416416    - uses : actions/checkout@v4 
@@ -530,7 +530,7 @@ jobs:
530530      matrix :
531531        os : [ubuntu-24.04] 
532532    env :
533-       OPENSSL_VER : 3.0.16  
533+       OPENSSL_VER : 3.0.18  
534534      PYTHONSTRICTEXTENSIONBUILD : 1 
535535      ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0 
536536    steps :
0 commit comments