From 28458ed90872ea580717a34d4c44ce8a7a43893b Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Mon, 4 Nov 2024 12:30:25 -0500 Subject: [PATCH] Upgrade to macos-13 --- .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