Skip to content

Commit

Permalink
Update build to MacOS 12 now that 11 is EOL for GitHub CI
Browse files Browse the repository at this point in the history
We'd generally aimed to stick with older versions where possible (some
suggestions that it widens the built output compatibility?) but life
moves on and MacOS 11 is now thoroughly outdated anyway.
  • Loading branch information
pimterry committed Jul 3, 2024
1 parent a636092 commit d698647
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 @@ -11,7 +11,7 @@ jobs:
- platform: windows
os: "windows-2019"
- platform: mac
os: "macos-11"
os: "macos-12"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d698647

Please sign in to comment.