From 437a8a829b049c7ed52e3d72effe7891a0696df0 Mon Sep 17 00:00:00 2001 From: samuelOsborne Date: Mon, 2 Dec 2024 15:23:44 +0100 Subject: [PATCH] fix: macos14-large attempt build --- .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 acfdab0c..5942838f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ concurrency: jobs: build-apple: - runs-on: macos-15 + runs-on: macos-14-large steps: - uses: actions/checkout@v4 - uses: Homebrew/actions/setup-homebrew@master