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:
commit
c77a857485
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