workflows/pkg-installer: use macOS 14 ARM64 worker

This is both free and lets us test on newer versions of macOS.
This commit is contained in:
Mike McQuaid 2024-02-03 15:46:34 +01:00
parent 3c32efaad9
commit a2d4aebc61
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

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