Skip to content

Commit 7ea21e5

Browse files
committed
substitute dist-i686-msvc and remove dist-aarch64-msvc
1 parent 59915ef commit 7ea21e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/github-actions/jobs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ auto:
463463
SCRIPT: python x.py dist bootstrap --include-default-paths
464464
DIST_REQUIRE_ALL_TOOLS: 1
465465
CODEGEN_BACKENDS: llvm,cranelift
466-
<<: *job-windows-8c
466+
<<: *job-windows
467467

468468
- image: dist-aarch64-msvc
469469
env:
@@ -475,7 +475,7 @@ auto:
475475
--enable-profiler
476476
SCRIPT: python x.py dist bootstrap --include-default-paths
477477
DIST_REQUIRE_ALL_TOOLS: 1
478-
<<: *job-windows
478+
<<: *job-windows-8c
479479

480480
- image: dist-i686-mingw
481481
env:

0 commit comments

Comments
 (0)