Skip to content

Commit

Permalink
Bump GitHub CI macos-12 to macos-13, due to upstream deprecation.
Browse files Browse the repository at this point in the history
  - See [GitHub's deprecation plan](actions/runner-images#10721) which is entirely dropping support in approximately one week.
  - Bump up to the next supported version.

PiperOrigin-RevId: 700398760
  • Loading branch information
jwcullen committed Nov 26, 2024
1 parent 616ee73 commit 70a8ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
platform: macos
macos-amd64:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 70a8ebd

Please sign in to comment.