File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ jobs:
58
58
- name : x86_64-gnu-llvm-14
59
59
os : ubuntu-20.04-16core-64gb
60
60
env : {}
61
- - name : x86_64-gnu-tools
62
- os : ubuntu-20.04-16core-64gb
63
- env : {}
64
61
- name : x86_64-msvc-1
65
62
env :
66
63
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
67
64
SCRIPT : make ci-msvc
68
65
tidy : false
69
66
os : windows-2019-8core-32gb
67
+ - name : x86_64-gnu-tools
68
+ os : ubuntu-20.04-16core-64gb
69
+ env : {}
70
70
timeout-minutes : 600
71
71
runs-on : " ${{ matrix.os }}"
72
72
steps :
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ jobs:
330
330
env :
331
331
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
332
332
SCRIPT : make ci-msvc
333
- << : *job-windows-xl
333
+ << : *job-windows-8c
334
334
tidy : false
335
335
336
336
- name : x86_64-gnu-tools
You can’t perform that action at this time.
0 commit comments