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:
bors 2022-10-26 12:26:43 +00:00
commit 859da657d9

View File

@ -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