ci: remove unusable targets

This commit is contained in:
DaniPopes 2023-02-24 23:44:45 +01:00
parent e0e7876af1
commit 504b77c5c3
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
1 changed files with 1 additions and 16 deletions

View File

@ -26,12 +26,8 @@ jobs:
job:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
toolchain: ["stable", "nightly"]
@ -72,21 +68,10 @@ jobs:
job:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
# Note: we cannot compile --all-features on windows due to sha2-asm
toolchain: ["stable", "nightly"]
exclude:
# ntapi crate does not compile on nightly due to E0793:
# https://github.com/gakonst/ethers-rs/actions/runs/4266119447/jobs/7426254381
- job:
os: windows-latest
toolchain: nightly
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master