mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
Test on x86_64-darwin
This commit is contained in:
parent
9810098740
commit
eabca75d0c
1 changed files with 11 additions and 0 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -34,6 +34,11 @@ jobs:
|
|||
with:
|
||||
os: UbuntuLatest32Cores128GArm
|
||||
|
||||
build_x86_64-darwin:
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
os: macos-13
|
||||
|
||||
build_aarch64-darwin:
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
|
@ -51,6 +56,12 @@ jobs:
|
|||
with:
|
||||
os: UbuntuLatest32Cores128GArm
|
||||
|
||||
test_x86_64-darwin:
|
||||
uses: ./.github/workflows/test.yml
|
||||
needs: build_aarch64-darwin
|
||||
with:
|
||||
os: macos-13
|
||||
|
||||
test_aarch64-darwin:
|
||||
uses: ./.github/workflows/test.yml
|
||||
needs: build_aarch64-darwin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue