From 68100bda86cbe0f58bb44e971eecf16842398a9c Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Thu, 24 Apr 2025 02:10:47 -0700 Subject: [PATCH] Use latest macos for builds Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com> --- .github/workflows/macos-release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-release-build.yml b/.github/workflows/macos-release-build.yml index 764714758..f9c3b47ae 100644 --- a/.github/workflows/macos-release-build.yml +++ b/.github/workflows/macos-release-build.yml @@ -24,7 +24,7 @@ on: jobs: mac-build: name: Build macOS - ${{ matrix.arch }} - runs-on: ${{ inputs.release-branch == 'release' && 'macos-14' || 'macos-14' }} + runs-on: macos-latest strategy: fail-fast: false