Skip to content

Commit b302729

Browse files
authored
Merge pull request #20736 from Homebrew/pkg-installer-intel
workflows/pkg-installer: restore Intel testing
2 parents 21a15c9 + 36e4f19 commit b302729

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
self-hosted-runner:
22
# 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]
44
# Configuration variables in array of strings defined in your repository or
55
# organization. `null` means disabling configuration variables check.
66
# Empty array means no configuration variable is allowed.

.github/workflows/pkg-installer.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,12 @@ jobs:
152152
fail-fast: false
153153
matrix:
154154
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
157161
- runner: macos-26
158162
name: macos-26-arm64
159163
steps:

0 commit comments

Comments
 (0)