Update oxipng.yml

This commit is contained in:
Takase 2022-04-15 15:22:00 +08:00 committed by GitHub
parent 7ffbe1fb78
commit 43e22aba8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@ jobs:
- x86_64-unknown-linux-musl - x86_64-unknown-linux-musl
- x86_64-pc-windows-msvc - x86_64-pc-windows-msvc
- x86_64-apple-darwin - x86_64-apple-darwin
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
toolchain: toolchain:
# Minimum stable # Minimum stable
- "1.56.0" - "1.56.0"
@ -32,6 +34,10 @@ jobs:
os: windows-latest os: windows-latest
- target: x86_64-apple-darwin - target: x86_64-apple-darwin
os: macOS-latest os: macOS-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-unknown-linux-musl
os: ubuntu-latest
exclude: exclude:
- target: x86_64-pc-windows-msvc - target: x86_64-pc-windows-msvc
toolchain: beta toolchain: beta
@ -45,6 +51,10 @@ jobs:
toolchain: beta toolchain: beta
- target: x86_64-unknown-linux-musl - target: x86_64-unknown-linux-musl
toolchain: nightly toolchain: nightly
- target: aarch64-unknown-linux-gnu
toolchain: beta
- target: aarch64-unknown-linux-musl
toolchain: nightly
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2