File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
self-hosted-runner :
2
2
# Labels of self-hosted or not-yet-known-upstream runner in array of strings.
3
- labels : [macos-26]
3
+ labels : [macos-15-intel, macos- 26]
4
4
# Configuration variables in array of strings defined in your repository or
5
5
# organization. `null` means disabling configuration variables check.
6
6
# Empty array means no configuration variable is allowed.
Original file line number Diff line number Diff line change @@ -152,8 +152,12 @@ jobs:
152
152
fail-fast : false
153
153
matrix :
154
154
include :
155
- - runner : macos-14
156
- name : macos-14-arm64
155
+ # Intel
156
+ - runner : macos-15-intel
157
+ name : macos-15-x86_64
158
+ # Apple Silicon
159
+ - runner : macos-15
160
+ name : macos-15-arm64
157
161
- runner : macos-26
158
162
name : macos-26-arm64
159
163
steps :
You can’t perform that action at this time.
0 commit comments