simplify GHA
This commit is contained in:
parent
6ce5226b4b
commit
27e5cc8898
10
src/tools/miri/.github/workflows/ci.yml
vendored
10
src/tools/miri/.github/workflows/ci.yml
vendored
@ -24,16 +24,12 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
build: [linux64, macos, win32]
|
|
||||||
include:
|
include:
|
||||||
- build: linux64
|
- os: ubuntu-latest
|
||||||
os: ubuntu-latest
|
|
||||||
host_target: x86_64-unknown-linux-gnu
|
host_target: x86_64-unknown-linux-gnu
|
||||||
- build: macos
|
- os: macos-latest
|
||||||
os: macos-latest
|
|
||||||
host_target: x86_64-apple-darwin
|
host_target: x86_64-apple-darwin
|
||||||
- build: win32
|
- os: windows-latest
|
||||||
os: windows-latest
|
|
||||||
host_target: i686-pc-windows-msvc
|
host_target: i686-pc-windows-msvc
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user