Skip to content

Commit eed4147

Browse files
committed
[DO NOT MERGE] Try macos-26 runners for aarch64-apple
1 parent a0ed9ab commit eed4147

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/ci/github-actions/jobs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ runners:
2626
os: macos-15 # macOS 15 Arm64
2727
<<: *base-job
2828

29+
- &job-macos-26
30+
os: macos-26 # macOS 26 Arm64
31+
<<: *base-job
32+
2933
- &job-windows
3034
os: windows-2025
3135
<<: *base-job
@@ -552,7 +556,8 @@ auto:
552556
# supports the hardware, so only need to test it there.
553557
MACOSX_DEPLOYMENT_TARGET: 11.0
554558
MACOSX_STD_DEPLOYMENT_TARGET: 11.0
555-
<<: *job-macos
559+
# XXX: try macos-26 runners
560+
<<: *job-macos-26
556561

557562
######################
558563
# Windows Builders #

0 commit comments

Comments
 (0)