We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1a6ae commit f50b0d7Copy full SHA for f50b0d7
.forgejo/workflows/ci.yaml
@@ -31,6 +31,26 @@ jobs:
31
- name: Build and Test
32
run: sh ci/aarch64-linux-release.sh
33
timeout-minutes: 120
34
+ aarch64-macos-debug:
35
+ runs-on: [self-hosted, aarch64-macos]
36
+ steps:
37
+ - name: Checkout
38
+ uses: actions/checkout@v4
39
+ with:
40
+ fetch-depth: 0
41
+ - name: Build and Test
42
+ run: sh ci/aarch64-macos-debug.sh
43
+ timeout-minutes: 180
44
+ aarch64-macos-release:
45
46
47
48
49
50
51
52
+ run: sh ci/aarch64-macos-release.sh
53
+ timeout-minutes: 120
54
loongarch64-linux-debug:
55
runs-on: [self-hosted, loongarch64-linux]
56
steps:
0 commit comments