Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
self-hosted-runner:
# Labels of self-hosted or not-yet-known-upstream runner in array of strings.
labels: [macos-26]
labels: [macos-15-intel, macos-26]
# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.
# Empty array means no configuration variable is allowed.
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/pkg-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,12 @@ jobs:
fail-fast: false
matrix:
include:
- runner: macos-14
name: macos-14-arm64
# Intel
- runner: macos-15-intel
name: macos-15-x86_64
# Apple Silicon
- runner: macos-15
name: macos-15-arm64
- runner: macos-26
name: macos-26-arm64
steps:
Expand Down
Loading