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

Merge pull request #104 from DeterminateSystems/push-kutvxtkvzunk

Go back to x86 native macOS builds
This commit is contained in:
Graham Christensen 2025-06-11 19:40:28 +00:00 committed by GitHub
commit c77a857485
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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