From 61b3b8ebfc1a5f53e93fad05b35fc57ccc302293 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Wed, 26 Jun 2024 09:52:31 -0400 Subject: [PATCH] Update to macos-12 (#230) Github is removing the `macos-11` runner on Jun 28. https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ This updates the release script to `macos-12` since that is the lowest supported version. --- .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