| ... | @@ -27,7 +27,7 @@ jobs: | ... | @@ -27,7 +27,7 @@ jobs: |
| 27 | fetch-depth: 0 | 27 | fetch-depth: 0 |
| 28 | - name: Build and Test | 28 | - name: Build and Test |
| 29 | run: sh ci/aarch64-freebsd-debug.sh | 29 | run: sh ci/aarch64-freebsd-debug.sh |
| 30 | timeout-minutes: 300 | 30 | timeout-minutes: 360 |
| 31 | aarch64-freebsd-release: | 31 | aarch64-freebsd-release: |
| 32 | if: github.event_name != 'pull_request' | 32 | if: github.event_name != 'pull_request' |
| 33 | runs-on: [self-hosted, aarch64-freebsd] | 33 | runs-on: [self-hosted, aarch64-freebsd] |
| ... | @@ -38,7 +38,7 @@ jobs: | ... | @@ -38,7 +38,7 @@ jobs: |
| 38 | fetch-depth: 0 | 38 | fetch-depth: 0 |
| 39 | - name: Build and Test | 39 | - name: Build and Test |
| 40 | run: sh ci/aarch64-freebsd-release.sh | 40 | run: sh ci/aarch64-freebsd-release.sh |
| 41 | timeout-minutes: 240 | 41 | timeout-minutes: 300 |
| 42 | | 42 | |
| 43 | aarch64-linux-debug: | 43 | aarch64-linux-debug: |
| 44 | runs-on: [self-hosted, aarch64-linux] | 44 | runs-on: [self-hosted, aarch64-linux] |
| ... | @@ -71,7 +71,7 @@ jobs: | ... | @@ -71,7 +71,7 @@ jobs: |
| 71 | fetch-depth: 0 | 71 | fetch-depth: 0 |
| 72 | - name: Build and Test | 72 | - name: Build and Test |
| 73 | run: sh ci/aarch64-netbsd-debug.sh | 73 | run: sh ci/aarch64-netbsd-debug.sh |
| 74 | timeout-minutes: 300 | 74 | timeout-minutes: 360 |
| 75 | aarch64-netbsd-release: | 75 | aarch64-netbsd-release: |
| 76 | if: github.event_name != 'pull_request' | 76 | if: github.event_name != 'pull_request' |
| 77 | runs-on: [self-hosted, aarch64-netbsd] | 77 | runs-on: [self-hosted, aarch64-netbsd] |
| ... | @@ -82,7 +82,7 @@ jobs: | ... | @@ -82,7 +82,7 @@ jobs: |
| 82 | fetch-depth: 0 | 82 | fetch-depth: 0 |
| 83 | - name: Build and Test | 83 | - name: Build and Test |
| 84 | run: sh ci/aarch64-netbsd-release.sh | 84 | run: sh ci/aarch64-netbsd-release.sh |
| 85 | timeout-minutes: 240 | 85 | timeout-minutes: 300 |
| 86 | | 86 | |
| 87 | aarch64-macos-debug: | 87 | aarch64-macos-debug: |
| 88 | runs-on: [self-hosted, aarch64-macos] | 88 | runs-on: [self-hosted, aarch64-macos] |