diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 162bf29..8fb3475 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,13 +14,13 @@ jobs: strategy: fail-fast: false matrix: - nif: ["2.15"] + nif: ["2.16"] job: - - { target: aarch64-apple-darwin , os: macos-14 } + - { target: aarch64-apple-darwin , os: macos-12 } - { 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: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true } - - { target: x86_64-apple-darwin , os: macos-14 } + - { target: x86_64-apple-darwin , os: macos-12 } - { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 } - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }