Skip to content

Commit

Permalink
Upgrade to macos-11 for ci-osx
Browse files Browse the repository at this point in the history
Upgrades to macos-11 for ci-osx. As informed by https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/, macos-11 is now deprecated. Here we upgrade to the immediately next version for now, as that is least likely to introduce compatibility issues.

Issue: #6864
  • Loading branch information
abhinav92003 authored Jul 2, 2024
1 parent 2e1d96b commit c0ab8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defaults:
jobs:
# 64-bit OSX build with clang and run tests:
osx-x86-64:
runs-on: macos-11
runs-on: macos-12

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c0ab8bf

Please sign in to comment.