Skip to content

Commit

Permalink
macos-ci.yml: Don't build on macOS 11 any longer as part of pipeline.…
Browse files Browse the repository at this point in the history
… Evidently homebrew no longer supports it, and runs REALLY slow in som cases
  • Loading branch information
stephengtuggy committed Nov 24, 2023
1 parent 272ef61 commit 19c221a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11
#- macos-11
- macos-12
compiler:
- clang
Expand Down

0 comments on commit 19c221a

Please sign in to comment.