mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
ci: make macos runners larger
This commit is contained in:
parent
3b72727be0
commit
c648c52392
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -40,12 +40,12 @@ jobs:
|
|||
if: github.event_name == 'merge_group'
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
os: macos-13
|
||||
os: macos-latest-large
|
||||
|
||||
build_aarch64-darwin:
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
os: macos-latest
|
||||
os: macos-latest-xlarge
|
||||
|
||||
test_x86_64-linux:
|
||||
uses: ./.github/workflows/test.yml
|
||||
|
@ -65,14 +65,14 @@ jobs:
|
|||
uses: ./.github/workflows/test.yml
|
||||
needs: build_aarch64-darwin
|
||||
with:
|
||||
os: macos-13
|
||||
os: macos-latest-large
|
||||
|
||||
test_aarch64-darwin:
|
||||
if: github.event_name == 'merge_group'
|
||||
uses: ./.github/workflows/test.yml
|
||||
needs: build_aarch64-darwin
|
||||
with:
|
||||
os: macos-latest
|
||||
os: macos-latest-xlarge
|
||||
|
||||
vm_tests_smoke:
|
||||
if: github.event_name != 'merge_group'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue