Skip to content

Commit b890799

Browse files
committed
squash! DO NOT MERGE - RUN WINDOWS CI
1 parent d202637 commit b890799

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
- name: x86_64-gnu-llvm-14
5959
os: ubuntu-20.04-16core-64gb
6060
env: {}
61-
- name: x86_64-gnu-tools
62-
os: ubuntu-20.04-16core-64gb
63-
env: {}
6461
- name: x86_64-msvc-1
6562
env:
6663
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
6764
SCRIPT: make ci-msvc
6865
tidy: false
6966
os: windows-2019-8core-32gb
67+
- name: x86_64-gnu-tools
68+
os: ubuntu-20.04-16core-64gb
69+
env: {}
7070
timeout-minutes: 600
7171
runs-on: "${{ matrix.os }}"
7272
steps:

src/ci/github-actions/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
env:
331331
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
332332
SCRIPT: make ci-msvc
333-
<<: *job-windows-xl
333+
<<: *job-windows-8c
334334
tidy: false
335335

336336
- name: x86_64-gnu-tools

0 commit comments

Comments
 (0)