simplify GHA

This commit is contained in:
Ralf Jung 2022-10-26 14:05:52 +02:00
parent 6ce5226b4b
commit 27e5cc8898

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