Skip to content

Commit

Permalink
Upgrade appleclang14 build to MacOS 13 (#1703)
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 Dec 4, 2024
1 parent 1628567 commit bb45720
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 bb45720

Please sign in to comment.