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

Peter Tripp created

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

Change summary

.github/workflows/release_nightly.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Detailed changes

.github/workflows/release_nightly.yml 🔗

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