Skip to content

Commit

Permalink
CI: macOS-11 Update
Browse files Browse the repository at this point in the history
The older macOS image is now removed. The latest points already
to macOS-12. macoS-13 runners are marked experimental.

https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
  • Loading branch information
ax3l committed May 18, 2023
1 parent 0beb905 commit 07404a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
ctest --test-dir build --verbose
appleclang12_py:
runs-on: macos-10.15
# next: macOS-11
runs-on: macos-11
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 07404a7

Please sign in to comment.