We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59915ef commit 7ea21e5Copy full SHA for 7ea21e5
src/ci/github-actions/jobs.yml
@@ -463,7 +463,7 @@ auto:
463
SCRIPT: python x.py dist bootstrap --include-default-paths
464
DIST_REQUIRE_ALL_TOOLS: 1
465
CODEGEN_BACKENDS: llvm,cranelift
466
- <<: *job-windows-8c
+ <<: *job-windows
467
468
- image: dist-aarch64-msvc
469
env:
@@ -475,7 +475,7 @@ auto:
475
--enable-profiler
476
477
478
- <<: *job-windows
+ <<: *job-windows-8c
479
480
- image: dist-i686-mingw
481
0 commit comments