Skip to content

Commit

Permalink
Stop building on macos12
Browse files Browse the repository at this point in the history
It's older and brew is giving me trouble installing things so we can
live without it, if someone cares enough, they can come and fix it
  • Loading branch information
tsdgeos committed Apr 1, 2024
1 parent 0213ee7 commit 281c516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-13, macos-14]

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

0 comments on commit 281c516

Please sign in to comment.