We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe58da commit 577799dCopy full SHA for 577799d
.github/workflows/ci.yml
@@ -578,10 +578,10 @@ jobs:
578
strategy:
579
matrix:
580
include:
581
- - name: dist-x86_64-linux
+ - name: dist-x86_64-msvc
582
env:
583
CODEGEN_BACKENDS: "llvm,cranelift"
584
- os: ubuntu-20.04-16core-64gb
+ os: windows-2019-8core-32gb
585
timeout-minutes: 600
586
runs-on: "${{ matrix.os }}"
587
steps:
src/ci/github-actions/ci.yml
@@ -727,11 +727,11 @@ jobs:
727
728
729
730
- - &dist-x86_64-linux
731
- name: dist-x86_64-linux
+ - &dist-x86_64-msvc
+ name: dist-x86_64-msvc
732
733
CODEGEN_BACKENDS: llvm,cranelift
734
- <<: *job-linux-16c
+ <<: *job-windows-8c
735
736
737
master:
0 commit comments