File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201 needs : [merge_queue_noop, lints]
202202 if : ${{ needs.merge_queue_noop.outputs.skip != 'true' }}
203203 name : Upload build artifacts (Windows)
204- runs-on : spacetimedb-windows-runner
204+ runs-on : spacetimedb-windows-runner-testing
205205 timeout-minutes : 15
206206 env :
207207 CARGO_TARGET_DIR : ${{ github.workspace }}/target
@@ -283,7 +283,7 @@ jobs:
283283 smoketest_build_windows :
284284 needs : [upload-build-artifacts-windows]
285285 name : Build smoketests (Windows)
286- runs-on : spacetimedb-windows-runner
286+ runs-on : spacetimedb-windows-runner-testing
287287 timeout-minutes : 15
288288 env :
289289 CARGO_TARGET_DIR : ${{ github.workspace }}/target
@@ -452,7 +452,7 @@ jobs:
452452 fail-fast : false
453453 matrix :
454454 partition : [1, 2, 3, 4]
455- runs-on : spacetimedb-windows-runner
455+ runs-on : spacetimedb-windows-runner-testing
456456 timeout-minutes : 30
457457 env :
458458 CARGO_TARGET_DIR : ${{ github.workspace }}/target
You can’t perform that action at this time.
0 commit comments