File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515jobs :
1616 clang-format-check :
1717 name : Clang Format Check
18- runs-on : macos-15
18+ runs-on : macos-26
1919 timeout-minutes : 10
2020 steps :
2121 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5151 fail-fast : false
5252 matrix :
5353 platform :
54- - macos-13
5554 - macos-14
5655 - macos-15
56+ - macos-15-intel
57+ - macos-26
5758 runs-on : ${{ matrix.platform }}
5859 timeout-minutes : 10
5960 steps :
Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 platform :
22- - macos-13 # Intel
22+ - macos-15-intel
2323 runs-on : ${{ matrix.platform }}
2424 # Typically takes 8 minutes. If a step get stuck for many mintues it is
2525 # unlikely to succeed.
Original file line number Diff line number Diff line change 2020 matrix :
2121 # We run on standard arm64 runners since this test is very quick.
2222 platform :
23- - macos-13
2423 - macos-14
2524 - macos-15
25+ - macos-15-intel
26+ - macos-26
2627 runs-on : ${{ matrix.platform }}
2728 timeout-minutes : 10
2829 steps :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919jobs :
2020 release :
2121 name : Release
22- runs-on : macos-15
22+ runs-on : macos-26
2323 # The maximum access is "read" for PRs from public forked repos
2424 # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
2525 permissions :
You can’t perform that action at this time.
0 commit comments