mirror of
https://github.com/NixOS/nix
synced 2025-07-01 16:41:47 +02:00
Bigger runners thank you
This commit is contained in:
parent
8762c10aae
commit
96e7e63ea0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -42,13 +42,13 @@ jobs:
|
||||||
if: github.event_name == 'merge_group'
|
if: github.event_name == 'merge_group'
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
os: macos-latest-large
|
os: namespace-profile-mac-m2-12c28g
|
||||||
system: x86_64-darwin
|
system: x86_64-darwin
|
||||||
|
|
||||||
build_aarch64-darwin:
|
build_aarch64-darwin:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
os: macos-latest-xlarge
|
os: namespace-profile-mac-m2-12c28g
|
||||||
system: aarch64-darwin
|
system: aarch64-darwin
|
||||||
|
|
||||||
test_x86_64-linux:
|
test_x86_64-linux:
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
needs: build_x86_64-darwin
|
needs: build_x86_64-darwin
|
||||||
with:
|
with:
|
||||||
if: github.event_name == 'merge_group'
|
if: github.event_name == 'merge_group'
|
||||||
os: macos-latest-large
|
os: namespace-profile-mac-m2-12c28g
|
||||||
system: x86_64-darwin
|
system: x86_64-darwin
|
||||||
|
|
||||||
test_aarch64-darwin:
|
test_aarch64-darwin:
|
||||||
|
@ -79,7 +79,7 @@ jobs:
|
||||||
needs: build_aarch64-darwin
|
needs: build_aarch64-darwin
|
||||||
with:
|
with:
|
||||||
if: github.event_name == 'merge_group'
|
if: github.event_name == 'merge_group'
|
||||||
os: macos-latest-xlarge
|
os: namespace-profile-mac-m2-12c28g
|
||||||
system: aarch64-darwin
|
system: aarch64-darwin
|
||||||
|
|
||||||
vm_tests_smoke:
|
vm_tests_smoke:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue