Skip to content

Commit

Permalink
Update to macos-12 (#230)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
smaye81 authored Jun 26, 2024
1 parent 939bdb8 commit 61b3b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61b3b8e

Please sign in to comment.