Merge pull request #16575 from Homebrew/pkg_installer_14_arm64
workflows/pkg-installer: use macOS 14 ARM64 worker
This commit is contained in:
commit
8679eaf8db
9
.github/workflows/pkg-installer.yml
vendored
9
.github/workflows/pkg-installer.yml
vendored
@ -138,13 +138,8 @@ jobs:
|
||||
- runner: macos-13
|
||||
name: macos-13-x86_64
|
||||
# Apple Silicon
|
||||
- runner: macos-13-xlarge
|
||||
name: macos-13-arm64
|
||||
# TODO: add when available
|
||||
# - runner: macos-14
|
||||
# name: macos-14-x86_64
|
||||
# - runner: macos-14-xlarge
|
||||
# name: macos-14-arm64
|
||||
- runner: macos-14
|
||||
name: macos-14-arm64
|
||||
steps:
|
||||
- name: Download installer from GitHub Actions
|
||||
uses: actions/download-artifact@v4
|
||||
|
@ -850,7 +850,7 @@ __fish_brew_complete_arg 'instal' -l no-quarantine -d 'Disable/enable quarantini
|
||||
__fish_brew_complete_arg 'instal' -l only-dependencies -d 'Install the dependencies with specified options but do not install the formula itself'
|
||||
__fish_brew_complete_arg 'instal' -l overwrite -d 'Delete files that already exist in the prefix while linking'
|
||||
__fish_brew_complete_arg 'instal' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)'
|
||||
__fish_brew_complete_arg 'instal' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)'
|
||||
__fish_brew_complete_arg 'instal' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)'
|
||||
__fish_brew_complete_arg 'instal' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)'
|
||||
__fish_brew_complete_arg 'instal' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'instal' -l require-sha -d 'Require all casks to have a checksum'
|
||||
@ -904,7 +904,7 @@ __fish_brew_complete_arg 'install' -l no-quarantine -d 'Disable/enable quarantin
|
||||
__fish_brew_complete_arg 'install' -l only-dependencies -d 'Install the dependencies with specified options but do not install the formula itself'
|
||||
__fish_brew_complete_arg 'install' -l overwrite -d 'Delete files that already exist in the prefix while linking'
|
||||
__fish_brew_complete_arg 'install' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)'
|
||||
__fish_brew_complete_arg 'install' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)'
|
||||
__fish_brew_complete_arg 'install' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)'
|
||||
__fish_brew_complete_arg 'install' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)'
|
||||
__fish_brew_complete_arg 'install' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'install' -l require-sha -d 'Require all casks to have a checksum'
|
||||
@ -1295,7 +1295,7 @@ __fish_brew_complete_arg 'reinstall' -l mdimporterdir -d 'Target location for Sp
|
||||
__fish_brew_complete_arg 'reinstall' -l no-binaries -d 'Disable/enable linking of helper executables (default: enabled)'
|
||||
__fish_brew_complete_arg 'reinstall' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)'
|
||||
__fish_brew_complete_arg 'reinstall' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)'
|
||||
__fish_brew_complete_arg 'reinstall' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)'
|
||||
__fish_brew_complete_arg 'reinstall' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)'
|
||||
__fish_brew_complete_arg 'reinstall' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)'
|
||||
__fish_brew_complete_arg 'reinstall' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'reinstall' -l require-sha -d 'Require all casks to have a checksum'
|
||||
@ -1681,7 +1681,7 @@ __fish_brew_complete_arg 'upgrade' -l mdimporterdir -d 'Target location for Spot
|
||||
__fish_brew_complete_arg 'upgrade' -l no-binaries -d 'Disable/enable linking of helper executables (default: enabled)'
|
||||
__fish_brew_complete_arg 'upgrade' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)'
|
||||
__fish_brew_complete_arg 'upgrade' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)'
|
||||
__fish_brew_complete_arg 'upgrade' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)'
|
||||
__fish_brew_complete_arg 'upgrade' -l qlplugindir -d 'Target location for Quick Look Plugins (default: `~/Library/QuickLook`)'
|
||||
__fish_brew_complete_arg 'upgrade' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)'
|
||||
__fish_brew_complete_arg 'upgrade' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'upgrade' -l require-sha -d 'Require all casks to have a checksum'
|
||||
|
@ -1061,7 +1061,7 @@ _brew_instal() {
|
||||
'(--cask --ignore-dependencies)--only-dependencies[Install the dependencies with specified options but do not install the formula itself]' \
|
||||
'(--cask)--overwrite[Delete files that already exist in the prefix while linking]' \
|
||||
'(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \
|
||||
'(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \
|
||||
'(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \
|
||||
'(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'(--formula)--require-sha[Require all casks to have a checksum]' \
|
||||
@ -1119,7 +1119,7 @@ _brew_install() {
|
||||
'(--cask --ignore-dependencies)--only-dependencies[Install the dependencies with specified options but do not install the formula itself]' \
|
||||
'(--cask)--overwrite[Delete files that already exist in the prefix while linking]' \
|
||||
'(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \
|
||||
'(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \
|
||||
'(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \
|
||||
'(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'(--formula)--require-sha[Require all casks to have a checksum]' \
|
||||
@ -1594,7 +1594,7 @@ _brew_reinstall() {
|
||||
'--no-binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
||||
'--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \
|
||||
'(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \
|
||||
'(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \
|
||||
'(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \
|
||||
'(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'(--formula)--require-sha[Require all casks to have a checksum]' \
|
||||
@ -2069,7 +2069,7 @@ _brew_upgrade() {
|
||||
'--no-binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
||||
'--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \
|
||||
'(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \
|
||||
'(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \
|
||||
'(--formula)--qlplugindir[Target location for Quick Look Plugins (default: `~/Library/QuickLook`)]' \
|
||||
'(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'(--formula)--require-sha[Require all casks to have a checksum]' \
|
||||
|
@ -1719,7 +1719,7 @@ These options are applicable to the `install`, `reinstall`, and `upgrade` subcom
|
||||
Target location for Preference Panes (default: `~/Library/PreferencePanes`).
|
||||
|
||||
* `--qlplugindir`:
|
||||
Target location for QuickLook Plugins (default: `~/Library/QuickLook`).
|
||||
Target location for Quick Look Plugins (default: `~/Library/QuickLook`).
|
||||
|
||||
* `--mdimporterdir`:
|
||||
Target location for Spotlight Plugins (default: `~/Library/Spotlight`).
|
||||
|
@ -2454,7 +2454,7 @@ Target location for Preference Panes (default: \fB~/Library/PreferencePanes\fR)\
|
||||
.
|
||||
.TP
|
||||
\fB\-\-qlplugindir\fR
|
||||
Target location for QuickLook Plugins (default: \fB~/Library/QuickLook\fR)\.
|
||||
Target location for Quick Look Plugins (default: \fB~/Library/QuickLook\fR)\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-mdimporterdir\fR
|
||||
|
Loading…
x
Reference in New Issue
Block a user