1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 01:39:36 +01:00

ci: don't run the full test suite for x86_64-darwin

Since this platform represents a tiny fraction of our users and causes considerable delays in our release flow, let's disable the more extensive test suite on that platform.
This commit is contained in:
Graham Christensen 2025-07-11 20:01:40 -04:00 committed by GitHub
parent 8a1b94d705
commit bbc9d6c4f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,7 @@ jobs:
runner: macos-latest-large
runner_for_virt: macos-latest-large
runner_small: macos-latest-large
run_tests: false
build_aarch64-darwin:
uses: ./.github/workflows/build.yml