@@ -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
@@ -362,23 +346,14 @@ jobs:
362346 needs : build-context
363347 if : needs.build-context.outputs.run-ios == 'true'
364348 timeout-minutes : 60
365- runs-on : macos-14
349+ runs-on : macos-26
366350 steps :
367351 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
368352 with :
369353 persist-credentials : false
370354
371- # GitHub recommends explicitly selecting the desired Xcode version:
372- # https://github.com/actions/runner-images/issues/12541#issuecomment-3083850140
373- # This became a necessity as a result of
374- # https://github.com/actions/runner-images/issues/12541 and
375- # https://github.com/actions/runner-images/issues/12751.
376- - name : Select Xcode version
377- run : |
378- sudo xcode-select --switch /Applications/Xcode_15.4.app
379-
380355 - name : Build and test
381- run : python3 Platforms/Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
356+ run : python3 Platforms/Apple ci iOS --fast-ci
382357
383358 build-emscripten :
384359 name : ' Emscripten'
@@ -680,7 +655,6 @@ jobs:
680655 - check-generated-files
681656 - check-c-api-docs
682657 - build-windows
683- - build-windows-msi
684658 - build-macos
685659 - build-ubuntu
686660 - build-ubuntu-ssltests
@@ -702,7 +676,6 @@ jobs:
702676 allowed-failures : >-
703677 build-android,
704678 build-emscripten,
705- build-windows-msi,
706679 build-ubuntu-ssltests,
707680 test-hypothesis,
708681 cifuzz,
0 commit comments