mirror of
https://github.com/NixOS/nix.git
synced 2025-12-06 17:11:00 +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:
parent
e9c60028f5
commit
7051591b13
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
if: ${{ github.event_name == 'merge_group' }}
|
if: ${{ github.event_name == 'merge_group' }}
|
||||||
os: namespace-profile-mac-m2-12c28g
|
os: macos-latest-large
|
||||||
system: x86_64-darwin
|
system: x86_64-darwin
|
||||||
|
|
||||||
build_aarch64-darwin:
|
build_aarch64-darwin:
|
||||||
|
|
|
||||||
4
.github/workflows/upload-release.yml
vendored
4
.github/workflows/upload-release.yml
vendored
|
|
@ -42,14 +42,14 @@ jobs:
|
||||||
build-x86_64-darwin:
|
build-x86_64-darwin:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
os: macos-13
|
os: macos-latest-large
|
||||||
system: x86_64-darwin
|
system: x86_64-darwin
|
||||||
run_tests: false
|
run_tests: false
|
||||||
|
|
||||||
build-aarch64-darwin:
|
build-aarch64-darwin:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
os: macos-latest
|
os: macos-latest-xlarge
|
||||||
system: aarch64-darwin
|
system: aarch64-darwin
|
||||||
run_tests: false
|
run_tests: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue