diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b19453a..fcfc085 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,25 +21,25 @@ jobs: strategy: fail-fast: false # don't fail other jobs if one fails matrix: - build: [x86_64-linux, aarch64-linux, x86_64-macos, x86_64-windows, aarch64-macos, x86_64-win-gnu] # Added platforms + build: [x86_64-linux, x86_64-macos, x86_64-windows, aarch64-macos, x86_64-win-gnu] # Added platforms include: - build: x86_64-linux - os: ubuntu-20.04 - rust: stable - target: x86_64-unknown-linux-gnu - cross: false - - build: aarch64-linux os: ubuntu-latest rust: stable - target: aarch64-unknown-linux-gnu + target: x86_64-unknown-linux-gnu cross: false + # - build: aarch64-linux + # os: ubuntu-latest + # rust: stable + # target: aarch64-unknown-linux-gnu + # cross: false - build: x86_64-macos os: macos-latest rust: stable target: x86_64-apple-darwin cross: false - build: x86_64-windows - os: windows-2019 + os: windows-latest rust: stable target: x86_64-pc-windows-msvc cross: false