diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f135110..e062e53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,17 +19,17 @@ jobs: matrix: nif: ["2.16", "2.15"] job: - - { target: arm-unknown-linux-gnueabihf , os: ubuntu-24.04 , use-cross: true } - - { target: aarch64-unknown-linux-gnu , os: ubuntu-24.04 , use-cross: true } - - { target: aarch64-unknown-linux-musl , os: ubuntu-24.04 , use-cross: true } + - { target: arm-unknown-linux-gnueabihf , os: ubuntu-22.04 , use-cross: true } + - { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true } + - { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true } - { target: aarch64-apple-darwin , os: macos-14 } - - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-24.04 , use-cross: true } + - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true } - { target: x86_64-apple-darwin , os: macOS-14 } - - { target: x86_64-unknown-linux-gnu , os: ubuntu-24.04 } - - { target: x86_64-unknown-linux-musl , os: ubuntu-24.04 , use-cross: true } + - { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 } + - { target: x86_64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true } - { target: x86_64-pc-windows-gnu , os: windows-2022 } - { target: x86_64-pc-windows-msvc , os: windows-2022 } - - { target: x86_64-unknown-freebsd , os: ubuntu-24.04, use-cross: true, cross-version: v0.2.5 } + - { target: x86_64-unknown-freebsd , os: ubuntu-22.04, use-cross: true, cross-version: v0.2.5 } steps: - name: Checkout source code