Skip to content

Commit

Permalink
Upgrade appleclang14 build to MacOS 13
Browse files Browse the repository at this point in the history
> The macOS-12 environment is deprecated, consider switching to macOS-13,
macOS-14 (macos-latest) or macOS-15. For more details, see
actions/runner-images#10721
  • Loading branch information
franzpoeschel authored and ax3l committed Jan 14, 2025
1 parent d9d16e9 commit 0e96a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ctest --test-dir build --verbose
appleclang14_py:
runs-on: macos-12
runs-on: macos-13
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0e96a44

Please sign in to comment.