diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36e038da..76208de9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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