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:
parent
a65ea2708c
commit
28e0bb5a12
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release_nightly.yml
vendored
3
.github/workflows/release_nightly.yml
vendored
|
@ -182,8 +182,7 @@ jobs:
|
|||
runner: buildjet-16vcpu-ubuntu-2204
|
||||
install_nix: true
|
||||
- os: arm Mac
|
||||
# TODO: once other macs are provisioned for nix, remove that constraint from the runner
|
||||
runner: [macOS, ARM64, nix]
|
||||
runner: [macOS, ARM64, test]
|
||||
install_nix: false
|
||||
- os: arm Linux
|
||||
runner: buildjet-16vcpu-ubuntu-2204-arm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue