Auto merge of #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.
This commit is contained in:
commit
859da657d9
1 changed files with 3 additions and 7 deletions
10
src/tools/miri/.github/workflows/ci.yml
vendored
10
src/tools/miri/.github/workflows/ci.yml
vendored
|
|
@ -24,16 +24,12 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
build: [linux64, macos, win32]
|
||||
include:
|
||||
- build: linux64
|
||||
os: ubuntu-latest
|
||||
- os: ubuntu-latest
|
||||
host_target: x86_64-unknown-linux-gnu
|
||||
- build: macos
|
||||
os: macos-latest
|
||||
- os: macos-latest
|
||||
host_target: x86_64-apple-darwin
|
||||
- build: win32
|
||||
os: windows-latest
|
||||
- os: windows-latest
|
||||
host_target: i686-pc-windows-msvc
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue