| author | |
| committer | |
| log | ab381933c87bcc744058d25a876cfdc0d23fc674 |
| tree | fdf80f73be82a4d749c1e4a0b421def6740afc33 |
| parent | c031b62b83cf15cb4374103f73c882afd94355e4 |
1 files changed, 2 insertions(+), 0 deletions(-)
.github/workflows/ci.yaml+2| ... | ... | @@ -73,6 +73,7 @@ jobs: |
| 73 | 73 | - name: Build and Test |
| 74 | 74 | run: ci/aarch64-macos-release.sh |
| 75 | 75 | x86_64-windows-debug: |
| 76 | timeout-minutes: 420 | |
| 76 | 77 | runs-on: [self-hosted, Windows, x86_64] |
| 77 | 78 | env: |
| 78 | 79 | ARCH: "x86_64" |
| ... | ... | @@ -82,6 +83,7 @@ jobs: |
| 82 | 83 | - name: Build and Test |
| 83 | 84 | run: ci/x86_64-windows-debug.ps1 |
| 84 | 85 | x86_64-windows-release: |
| 86 | timeout-minutes: 420 | |
| 85 | 87 | runs-on: [self-hosted, Windows, x86_64] |
| 86 | 88 | env: |
| 87 | 89 | ARCH: "x86_64" |