Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 #
Expand Down
Loading