Skip to content

Commit

Permalink
ci: switch from macOS 11 to macOS 12
Browse files Browse the repository at this point in the history
The runner image for macOS 11 has been removed on 2024-06-28. See
<https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/>
for more information on that.

So the easiest fix is probably just to move to the next newest
version of macOS that is still avaiable for GHA.
  • Loading branch information
striezel committed Jul 4, 2024
1 parent c7ab947 commit d3b77e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
os: ubuntu-20.04
- toolset: clang
cxxstd: "14,17"
os: macos-11
os: macos-12

runs-on: ${{matrix.os}}
container: ${{matrix.container}}
Expand Down

0 comments on commit d3b77e9

Please sign in to comment.