mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +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
|
||||
with:
|
||||
if: ${{ github.event_name == 'merge_group' }}
|
||||
os: namespace-profile-mac-m2-12c28g
|
||||
os: macos-latest-large
|
||||
system: x86_64-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:
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue