Skip to content

Commit a7f6033

Browse files
committed
CI: remove older macos versions
1 parent bfa051c commit a7f6033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
os: [ macos-11, macos-12, macos-13, macos-14 ]
17+
os: [ macos-13, macos-14 ]
1818
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
1919
# You can convert this to a matrix build if you need cross-platform coverage.
2020
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix

0 commit comments

Comments
 (0)