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 #