From 7b5546f421c8f27d412d4ffcc10bd0594227c82c Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Thu, 19 Feb 2026 12:37:25 +0100 Subject: [PATCH] ci: use macos-26 for aarch64-apple job --- src/ci/github-actions/jobs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index a410972c5cab1..681948dc8e3ef 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -26,6 +26,10 @@ runners: os: macos-15 # macOS 15 Arm64 <<: *base-job + - &job-macos-26 + os: macos-26 # macOS 26 Arm64 + <<: *base-job + - &job-windows os: windows-2025 <<: *base-job @@ -552,7 +556,7 @@ auto: # supports the hardware, so only need to test it there. MACOSX_DEPLOYMENT_TARGET: 11.0 MACOSX_STD_DEPLOYMENT_TARGET: 11.0 - <<: *job-macos + <<: *job-macos-26 ###################### # Windows Builders #