We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa051c commit a7f6033Copy full SHA for a7f6033
.github/workflows/build-macos.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
strategy:
16
matrix:
17
- os: [ macos-11, macos-12, macos-13, macos-14 ]
+ os: [ macos-13, macos-14 ]
18
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
19
# You can convert this to a matrix build if you need cross-platform coverage.
20
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
0 commit comments