Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mac Github actions #2385

Merged
merged 11 commits into from
Jan 23, 2025
Next Next commit
Update mac_x64 build to macos-13, as github no longer supports 12.
srcejon committed Dec 5, 2024
commit 88c5554970133a37e9959ff0251d65e9982a7750
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ on:

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