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)
  • Loading branch information
felicialim committed Dec 13, 2024
1 parent 0801e99 commit 30188b4
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 @@ -20,7 +20,7 @@ jobs:
with:
build-options: -DCODEC_CAP=off
macos-amd64:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 30188b4

Please sign in to comment.