Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b35267b

Browse files
committed
switch mingw-1 job to free runners
1 parent 8a95be3 commit b35267b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,14 +431,15 @@ auto:
431431
NO_DOWNLOAD_CI_LLVM: 1
432432
<<: *job-windows-8c
433433

434+
# x86_64-mingw is split into two jobs to run tests in parallel.
434435
- image: x86_64-mingw-1
435436
env:
436437
SCRIPT: make ci-mingw-x
437438
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
438439
# We are intentionally allowing an old toolchain on this builder (and that's
439440
# incompatible with LLVM downloads today).
440441
NO_DOWNLOAD_CI_LLVM: 1
441-
<<: *job-windows-8c
442+
<<: *job-windows
442443

443444
- image: x86_64-mingw-2
444445
env:

0 commit comments

Comments
 (0)