Skip to content

Commit

Permalink
Update mac_x64 build to macos-13, as github no longer supports 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
srcejon committed Dec 5, 2024
1 parent c4e57a1 commit 88c5554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build_mac_x64:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 88c5554

Please sign in to comment.