Skip to content

Commit

Permalink
chore: update runners to macos-13 as 12 is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Jan 6, 2025
1 parent 566d954 commit d1dc772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
build-darwin:
needs: [tag]
name: build-darwin
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
build-darwin:
needs: [tag]
name: build-darwin
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d1dc772

Please sign in to comment.