| ... | @@ -50,24 +50,6 @@ jobs: | ... | @@ -50,24 +50,6 @@ jobs: |
| 50 | uses: actions/checkout@v4 | 50 | uses: actions/checkout@v4 |
| 51 | - name: Build and Test | 51 | - name: Build and Test |
| 52 | run: sh ci/aarch64-linux-release.sh | 52 | run: sh ci/aarch64-linux-release.sh |
| 53 | riscv64-linux-debug: | | |
| 54 | if: ${{ github.event_name == 'push' }} | | |
| 55 | timeout-minutes: 1020 | | |
| 56 | runs-on: [self-hosted, Linux, riscv64] | | |
| 57 | steps: | | |
| 58 | - name: Checkout | | |
| 59 | uses: actions/checkout@v4 | | |
| 60 | - name: Build and Test | | |
| 61 | run: sh ci/riscv64-linux-debug.sh | | |
| 62 | riscv64-linux-release: | | |
| 63 | if: ${{ github.event_name == 'push' }} | | |
| 64 | timeout-minutes: 900 | | |
| 65 | runs-on: [self-hosted, Linux, riscv64] | | |
| 66 | steps: | | |
| 67 | - name: Checkout | | |
| 68 | uses: actions/checkout@v4 | | |
| 69 | - name: Build and Test | | |
| 70 | run: sh ci/riscv64-linux-release.sh | | |
| 71 | x86_64-macos-release: | 53 | x86_64-macos-release: |
| 72 | runs-on: "macos-13" | 54 | runs-on: "macos-13" |
| 73 | env: | 55 | env: |