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:
15
15
jobs :
16
16
clang-format-check :
17
17
name : Clang Format Check
18
- runs-on : macos-15
18
+ runs-on : macos-26
19
19
timeout-minutes : 10
20
20
steps :
21
21
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
51
51
fail-fast : false
52
52
matrix :
53
53
platform :
54
- - macos-13
55
54
- macos-14
56
55
- macos-15
56
+ - macos-15-intel
57
+ - macos-26
57
58
runs-on : ${{ matrix.platform }}
58
59
timeout-minutes : 10
59
60
steps :
Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
matrix :
21
21
platform :
22
- - macos-13 # Intel
22
+ - macos-15-intel
23
23
runs-on : ${{ matrix.platform }}
24
24
# Typically takes 8 minutes. If a step get stuck for many mintues it is
25
25
# unlikely to succeed.
Original file line number Diff line number Diff line change 20
20
matrix :
21
21
# We run on standard arm64 runners since this test is very quick.
22
22
platform :
23
- - macos-13
24
23
- macos-14
25
24
- macos-15
25
+ - macos-15-intel
26
+ - macos-26
26
27
runs-on : ${{ matrix.platform }}
27
28
timeout-minutes : 10
28
29
steps :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
jobs :
20
20
release :
21
21
name : Release
22
- runs-on : macos-15
22
+ runs-on : macos-26
23
23
# The maximum access is "read" for PRs from public forked repos
24
24
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
25
25
permissions :
You can’t perform that action at this time.
0 commit comments