We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f84d9f + 8f9ce68 commit edadce1Copy full SHA for edadce1
1 file changed
src/ci/github-actions/jobs.yml
@@ -26,6 +26,10 @@ runners:
26
os: macos-15 # macOS 15 Arm64
27
<<: *base-job
28
29
+ - &job-macos-26
30
+ os: macos-26 # macOS 26 Arm64
31
+ <<: *base-job
32
+
33
- &job-windows
34
os: windows-2025
35
@@ -552,7 +556,7 @@ auto:
552
556
# supports the hardware, so only need to test it there.
553
557
MACOSX_DEPLOYMENT_TARGET: 11.0
554
558
MACOSX_STD_DEPLOYMENT_TARGET: 11.0
555
- <<: *job-macos
559
+ <<: *job-macos-26
560
561
######################
562
# Windows Builders #
0 commit comments