From df914e68f21cf93edad4b051230d6ed97128c611 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 12 Aug 2024 17:57:36 -0700 Subject: [PATCH] I *think* I need something other than macos-12 for aarch64 https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2241d1d..dc2607c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,11 +56,11 @@ jobs: target: x86_64-unknown-linux-musl - build: macos - os: macos-12 + os: macos-latest target: x86_64-apple-darwin - build: arm-macos - os: macos-12 + os: macos-latest target: aarch64-apple-darwin - build: windows