@@ -295,7 +295,7 @@ jobs:
295295
296296 header-translator :
297297 name : Verify header translator output
298- runs-on : macos-15 # Aarch64
298+ runs-on : macos-26 # Aarch64
299299 needs :
300300 - fmt
301301 - lint
@@ -423,14 +423,14 @@ jobs:
423423 matrix :
424424 include :
425425 # Reasonably varied set of macOS targets.
426- - name : macOS 13 x86_64
426+ - name : macOS 15 x86_64
427427 target : x86_64-apple-darwin
428- os : macos-13 # x86_64
428+ os : macos-15-intel # x86_64
429429 frameworks : MACOS_13
430430 test : true
431- - name : macOS 15 AArch64
431+ - name : macOS 26 AArch64
432432 target : aarch64-apple-darwin
433- os : macos-15 # Aarch64
433+ os : macos-26 # Aarch64
434434 frameworks : MACOS_15
435435 test : true
436436 - name : macOS 14 Aarch64 nightly
@@ -444,15 +444,15 @@ jobs:
444444 - name : macOS 13 x86 with 10.13 SDK
445445 target : i686-apple-darwin
446446 # The SDK itself only supports compiling build scripts for x86_64
447- os : macos-13 # x86_64
447+ os : macos-15-intel # x86_64
448448 frameworks : MACOS_10_13
449449 nightly : true
450450 build-std : true
451451 # Newest SDK that supports 32-bit
452452 sdk : " 10.13"
453453 - name : macOS 13 x86_64 with 10.12 SDK
454454 target : x86_64-apple-darwin
455- os : macos-13 # x86_64
455+ os : macos-15-intel # x86_64
456456 frameworks : MACOS_10_12
457457 # Oldest macOS version we support.
458458 # The SDK itself only supports compiling build scripts for x86_64.
@@ -462,28 +462,28 @@ jobs:
462462 # A reasonably varied set of iOS/tvOS/watchOS/visionOS targets.
463463 - name : iOS x86_64 simulator
464464 target : x86_64-apple-ios
465- os : macos-14 # Aarch64
465+ os : macos-26 # Aarch64
466466 frameworks : IOS_17
467467 - name : Mac Catalyst Aarch64
468468 target : aarch64-apple-ios-macabi
469- os : macos-14 # Aarch64
469+ os : macos-26 # Aarch64
470470 frameworks : MAC_CATALYST_17
471471 test : true
472472 - name : visionOS Aarch64
473473 target : aarch64-apple-visionos
474- os : macos-14 # Aarch64
474+ os : macos-26 # Aarch64
475475 frameworks : VISIONOS_1
476476 nightly : true
477477 build-std : true
478478 - name : tvOS Aarch64
479479 target : aarch64-apple-tvos
480- os : macos-14 # Aarch64
480+ os : macos-26 # Aarch64
481481 frameworks : TVOS_17
482482 nightly : true
483483 build-std : true
484484 - name : watchOS ARM64_32
485485 target : arm64_32-apple-watchos
486- os : macos-14 # Aarch64
486+ os : macos-26 # Aarch64
487487 frameworks : WATCHOS_10
488488 nightly : true
489489 build-std : true
@@ -599,7 +599,7 @@ jobs:
599599 test-ios :
600600 if : ${{ github.ref_name == 'ci-full' }}
601601 name : Test on iOS simulator w. dinghy
602- runs-on : macos-13 # x86_64
602+ runs-on : macos-15-intel # x86_64
603603 needs :
604604 - fmt
605605 - lint
0 commit comments