diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ee0a3b8..a707c186 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,18 +91,18 @@ jobs: cross: true, rust: stable, } - - { - os: "ubuntu-latest", - target: "x86_64-unknown-linux-musl", - cross: false, - rust: stable, - } - - { - os: "ubuntu-latest", - target: "i686-unknown-linux-musl", - cross: true, - rust: stable, - } + # - { + # os: "ubuntu-latest", + # target: "x86_64-unknown-linux-musl", + # cross: false, + # rust: stable, + # } + # - { + # os: "ubuntu-latest", + # target: "i686-unknown-linux-musl", + # cross: true, + # rust: stable, + # } - { os: "macOS-latest", target: "x86_64-apple-darwin", @@ -117,12 +117,6 @@ jobs: # cross: false, # rust: stable, # } - - { - os: "windows-2019", - target: "i686-pc-windows-msvc", - cross: true, - rust: stable, - } - { os: "windows-2019", target: "x86_64-pc-windows-msvc", @@ -132,10 +126,16 @@ jobs: } - { os: "windows-2019", - target: "x86_64-pc-windows-gnu", - cross: false, + target: "i686-pc-windows-msvc", + cross: true, rust: stable, } + # - { + # os: "windows-2019", + # target: "x86_64-pc-windows-gnu", + # cross: false, + # rust: stable, + # } # aarch64 - {