1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-06 09:01:01 +01:00

Go back to x86 native macOS builds

It seems that rosetta is sometimes faster, and sometimes WAY slower.
This commit is contained in:
Graham Christensen 2025-06-11 15:01:04 -04:00
parent e9c60028f5
commit 7051591b13
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ jobs:
uses: ./.github/workflows/build.yml
with:
if: ${{ github.event_name == 'merge_group' }}
os: namespace-profile-mac-m2-12c28g
os: macos-latest-large
system: x86_64-darwin
build_aarch64-darwin:

View file

@ -42,14 +42,14 @@ jobs:
build-x86_64-darwin:
uses: ./.github/workflows/build.yml
with:
os: macos-13
os: macos-latest-large
system: x86_64-darwin
run_tests: false
build-aarch64-darwin:
uses: ./.github/workflows/build.yml
with:
os: macos-latest
os: macos-latest-xlarge
system: aarch64-darwin
run_tests: false