1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 06:21:14 +02:00

ci: make macos runners larger

This commit is contained in:
Cole Helbling 2025-03-28 07:22:21 -07:00
parent 3b72727be0
commit c648c52392

View file

@ -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'