From 63823fa57e652da25cfaececb150417293133e6a Mon Sep 17 00:00:00 2001 From: samuelOsborne Date: Mon, 2 Dec 2024 16:17:49 +0100 Subject: [PATCH] fix: macos-15-arm64 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 48b3ba2e..3291b99c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ concurrency: jobs: build-apple: - runs-on: macos-15-xlarge + runs-on: macOS-15-arm64 steps: - uses: actions/checkout@v4 - uses: Homebrew/actions/setup-homebrew@master