mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
ci: add aarch64-macos to Forgejo Actions
This commit is contained in:
parent
0f1a6ae943
commit
f50b0d7136
1 changed files with 20 additions and 0 deletions
|
|
@ -31,6 +31,26 @@ jobs:
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: sh ci/aarch64-linux-release.sh
|
run: sh ci/aarch64-linux-release.sh
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
|
aarch64-macos-debug:
|
||||||
|
runs-on: [self-hosted, aarch64-macos]
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- name: Build and Test
|
||||||
|
run: sh ci/aarch64-macos-debug.sh
|
||||||
|
timeout-minutes: 180
|
||||||
|
aarch64-macos-release:
|
||||||
|
runs-on: [self-hosted, aarch64-macos]
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- name: Build and Test
|
||||||
|
run: sh ci/aarch64-macos-release.sh
|
||||||
|
timeout-minutes: 120
|
||||||
loongarch64-linux-debug:
|
loongarch64-linux-debug:
|
||||||
runs-on: [self-hosted, loongarch64-linux]
|
runs-on: [self-hosted, loongarch64-linux]
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue