From c4004dceba4562d3b8dd900d714282ca0cf0225c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 3 Oct 2024 00:51:06 +0700 Subject: [PATCH] Bump macOS in precompilation workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ff73a5..5296609 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,12 +21,12 @@ jobs: matrix: nif: ["2.15", "2.16"] job: - - { target: aarch64-apple-darwin, os: macos-11 } + - { 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: riscv64gc-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true } - - { target: x86_64-apple-darwin, os: macos-11 } + - { target: x86_64-apple-darwin, os: macos-12 } - { target: x86_64-pc-windows-gnu, os: windows-2019 } - { target: x86_64-pc-windows-msvc, os: windows-2019 } - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }