From 24466c0234f02fef1e32a06018dbb3e3d97f66f3 Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Tue, 30 Apr 2024 10:17:15 +0200 Subject: [PATCH] ci: fix macos-latest and add macos-12 macos-latest is now aarch64, add macos-12 for x64_64 --- .github/workflows/build-release-binaries.yml | 7 +++++++ .github/workflows/ci.yml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 3ee02709..91c2788f 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -20,6 +20,9 @@ jobs: archive_ext: tar - bin: swap target: x86_64-apple-darwin + os: macos-12 + - bin: swap + target: aarch64-apple-darwin os: macos-latest archive_ext: tar - bin: swap @@ -36,6 +39,10 @@ jobs: archive_ext: tar - bin: asb target: x86_64-apple-darwin + os: macos-12 + archive_ext: tar + - bin: asb + target: aarch64-apple-darwin os: macos-latest archive_ext: tar - bin: asb diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c740eb1..8b4f9964 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,8 @@ jobs: - target: armv7-unknown-linux-gnueabihf os: ubuntu-latest - target: x86_64-apple-darwin + os: macos-12 + - target: aarch64-apple-darwin os: macos-latest - target: x86_64-pc-windows-msvc os: windows-latest