@@ -181,22 +181,6 @@ jobs:
181181 free-threading : ${{ matrix.free-threading }}
182182 interpreter : ${{ matrix.interpreter }}
183183
184- build-windows-msi :
185- # ${{ '' } is a hack to nest jobs under the same sidebar category.
186- name : Windows MSI${{ '' }} # zizmor: ignore[obfuscation]
187- needs : build-context
188- if : fromJSON(needs.build-context.outputs.run-windows-msi)
189- strategy :
190- fail-fast : false
191- matrix :
192- arch :
193- - x86
194- - x64
195- - arm64
196- uses : ./.github/workflows/reusable-windows-msi.yml
197- with :
198- arch : ${{ matrix.arch }}
199-
200184 build-macos :
201185 name : >-
202186 macOS
@@ -361,23 +345,14 @@ jobs:
361345 needs : build-context
362346 if : needs.build-context.outputs.run-ios == 'true'
363347 timeout-minutes : 60
364- runs-on : macos-14
348+ runs-on : macos-26
365349 steps :
366350 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
367351 with :
368352 persist-credentials : false
369353
370- # GitHub recommends explicitly selecting the desired Xcode version:
371- # https://github.com/actions/runner-images/issues/12541#issuecomment-3083850140
372- # This became a necessity as a result of
373- # https://github.com/actions/runner-images/issues/12541 and
374- # https://github.com/actions/runner-images/issues/12751.
375- - name : Select Xcode version
376- run : |
377- sudo xcode-select --switch /Applications/Xcode_15.4.app
378-
379354 - name : Build and test
380- run : python3 Platforms/Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
355+ run : python3 Platforms/Apple ci iOS --fast-ci
381356
382357 build-emscripten :
383358 name : ' Emscripten'
@@ -659,7 +634,6 @@ jobs:
659634 - check-generated-files
660635 - check-c-api-docs
661636 - build-windows
662- - build-windows-msi
663637 - build-macos
664638 - build-ubuntu
665639 - build-ubuntu-ssltests
@@ -680,7 +654,6 @@ jobs:
680654 allowed-failures : >-
681655 build-android,
682656 build-emscripten,
683- build-windows-msi,
684657 build-ubuntu-ssltests,
685658 test-hypothesis,
686659 cifuzz,
0 commit comments