CI: separate aarch64 and x86_64 macos scripts
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Build Script
|
||||
run: ./ci/macos/build.sh
|
||||
run: ./ci/macos/build-x86_64.sh
|
||||
macos-aarch64:
|
||||
runs-on: [self-hosted, macOS, aarch64]
|
||||
env:
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Build Script
|
||||
run: ./ci/macos/build.sh
|
||||
run: ./ci/macos/build-aarch64.sh
|
||||
# windows:
|
||||
# runs-on: [self-hosted, Windows, x64]
|
||||
# env:
|
||||
|
||||
Reference in New Issue
Block a user