| ... | @@ -31,6 +31,26 @@ jobs: | ... | @@ -31,6 +31,26 @@ jobs: |
| 31 | - name: Build and Test | 31 | - name: Build and Test |
| 32 | run: sh ci/aarch64-linux-release.sh | 32 | run: sh ci/aarch64-linux-release.sh |
| 33 | timeout-minutes: 120 | 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 | runs-on: [self-hosted, aarch64-macos] |
| | 46 | steps: |
| | 47 | - name: Checkout |
| | 48 | uses: actions/checkout@v4 |
| | 49 | with: |
| | 50 | fetch-depth: 0 |
| | 51 | - name: Build and Test |
| | 52 | run: sh ci/aarch64-macos-release.sh |
| | 53 | timeout-minutes: 120 |
| 34 | loongarch64-linux-debug: | 54 | loongarch64-linux-debug: |
| 35 | runs-on: [self-hosted, loongarch64-linux] | 55 | runs-on: [self-hosted, loongarch64-linux] |
| 36 | steps: | 56 | steps: |