diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed639d0..bcf8a13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,36 +16,12 @@ jobs: matrix: nif: ["2.16", "2.17"] job: - - { - target: arm-unknown-linux-gnueabihf, - os: ubuntu-20.04, - use-cross: true, - } - - { - target: aarch64-unknown-linux-gnu, - os: ubuntu-20.04, - use-cross: true, - } - - { - target: aarch64-unknown-linux-musl, - os: ubuntu-20.04, - use-cross: true, - } - - { target: aarch64-apple-darwin, os: macos-14 } - - { - target: riscv64gc-unknown-linux-gnu, - os: ubuntu-20.04, - use-cross: true, - } - - { target: x86_64-apple-darwin, os: macos-14 } + - { target: arm-unknown-linux-gnueabihf, os: ubuntu-20.04, use-cross: true } + - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true } + - { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true } + - { target: riscv64gc-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true } - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 } - - { - target: x86_64-unknown-linux-musl, - os: ubuntu-20.04, - use-cross: true, - } - - { target: x86_64-pc-windows-gnu, os: windows-2019 } - - { target: x86_64-pc-windows-msvc, os: windows-2019 } + - { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true } steps: - name: Checkout source code