Merge pull request #16575 from Homebrew/pkg_installer_14_arm64

workflows/pkg-installer: use macOS 14 ARM64 worker
This commit is contained in:
Mike McQuaid 2024-02-04 12:55:30 +01:00 committed by GitHub
commit 8679eaf8db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 17 deletions

View File

@ -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