From bf47dc681cbca13f49e182acc9e88b6ac29cded3 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Tue, 25 Jun 2024 20:26:06 -0400 Subject: [PATCH] Update to macos-12 --- .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 2d894372..8dd19095 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-11 + runs-on: macos-12 needs: get-protobuf steps: - name: Checkout