Skip to content

Commit edadce1

Browse files
committed
Auto merge of #157285 - jieyouxu:ci-aarch64-macos-26, r=<try>
[EXPERIMENTAL] Do not look (part 3) try-job: aarch64-apple
2 parents 4f84d9f + 8f9ce68 commit edadce1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/ci/github-actions/jobs.yml

Lines changed: 5 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,7 @@ 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+
<<: *job-macos-26
556560

557561
######################
558562
# Windows Builders #

0 commit comments

Comments
 (0)