From 21c9d1d9741181226b2261f65a5e3ba4513be1e3 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Mon, 4 Nov 2024 13:17:32 -0500 Subject: [PATCH] Upgrade to macos-13 GH image (#272) --- .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 8dd19095..209e94f4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,7 +97,7 @@ jobs: ./conformance_test_runner-${{ needs.get-protobuf.outputs.version }}-linux-x86_64.zip build-darwin_x86_64: - runs-on: macos-12 + runs-on: macos-13 needs: get-protobuf steps: - name: Checkout