ci: Run nix nightly on any mac runners (#27457)

Nix nightly builds can now run on all macOS runners.

Follow-up to: https://github.com/zed-industries/zed/pull/27014

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-03-25 21:15:15 +00:00 committed by GitHub
parent a65ea2708c
commit 28e0bb5a12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,8 +182,7 @@ jobs:
runner: buildjet-16vcpu-ubuntu-2204 runner: buildjet-16vcpu-ubuntu-2204
install_nix: true install_nix: true
- os: arm Mac - os: arm Mac
# TODO: once other macs are provisioned for nix, remove that constraint from the runner runner: [macOS, ARM64, test]
runner: [macOS, ARM64, nix]
install_nix: false install_nix: false
- os: arm Linux - os: arm Linux
runner: buildjet-16vcpu-ubuntu-2204-arm runner: buildjet-16vcpu-ubuntu-2204-arm