Skip to content

Commit 859da65

Browse files
committed
Auto merge of rust-lang#2622 - RalfJung:ci, r=RalfJung
simplify GHA I think we can just list the cases with `include:` and don't also need this `build` array.
2 parents 2b160e8 + 27e5cc8 commit 859da65

File tree

1 file changed

+3
-7
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+3
-7
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,12 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
build: [linux64, macos, win32]
2827
include:
29-
- build: linux64
30-
os: ubuntu-latest
28+
- os: ubuntu-latest
3129
host_target: x86_64-unknown-linux-gnu
32-
- build: macos
33-
os: macos-latest
30+
- os: macos-latest
3431
host_target: x86_64-apple-darwin
35-
- build: win32
36-
os: windows-latest
32+
- os: windows-latest
3733
host_target: i686-pc-windows-msvc
3834
steps:
3935
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)