From 81cf40f212077613c2f8b79ff05c753907e3b5f3 Mon Sep 17 00:00:00 2001 From: Chris Connelly Date: Tue, 4 Mar 2025 20:47:36 +0000 Subject: [PATCH] chore: update macos runner --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa41bc1..237e5de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: # - 1 "global" task that builds universal installers # - N "local" tasks that build each platform's binaries and platform-specific installers matrix: ${{ fromJson(needs.plan.outputs.val).ci.github.artifacts_matrix }} - runs-on: ${{ matrix.runner }} + runs-on: ${{ (matrix.runner == 'macos-12' && 'macos-13') || matrix.runner }} env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json