Skip to content

Commit 70bb334

Browse files
wan9chicodex
andcommitted
ci: restore default Windows runner
Co-authored-by: GPT-5.6 <codex@openai.com>
1 parent 5cd7e43 commit 70bb334

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
- shard: windows-ignored
238238
partition: ''
239239
mode: ignored
240-
runs-on: namespace-profile-windows-4c-8g
240+
runs-on: windows-latest
241241
env:
242242
PARTITION: ${{ matrix.partition }}
243243
steps:
@@ -257,13 +257,6 @@ jobs:
257257
with:
258258
tool: cargo-nextest
259259

260-
- name: Verify process image tracing
261-
if: matrix.shard == 'windows-1'
262-
run: |
263-
filter='test(create_process_a) | test(create_process_w) | test(read_program)'
264-
cargo-nextest nextest run --archive-file windows-tests.tar.zst --workspace-remap . --test-threads 1 -E "$filter"
265-
cargo-nextest nextest run --archive-file windows-tests.tar.zst --workspace-remap . --test-threads 3 -E "$filter"
266-
267260
# The default (non-ignored) test set needs nothing beyond the test
268261
# binaries themselves; this step verifies that contract before Node.js
269262
# and pnpm enter the picture. `cargo-nextest` is invoked directly so the

0 commit comments

Comments
 (0)