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.
aarch64-apple
1 parent a0ed9ab commit eed4147Copy full SHA for eed4147
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,8 @@ 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
+ # XXX: try macos-26 runners
560
+ <<: *job-macos-26
561
562
######################
563
# Windows Builders #
0 commit comments