Skip to content

Commit 26cbfa6

Browse files
committed
CI: build only on macos-14
1 parent bfa051c commit 26cbfa6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-macos.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ env:
1212

1313
jobs:
1414
build:
15-
strategy:
16-
matrix:
17-
os: [ macos-11, macos-12, macos-13, macos-14 ]
1815
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
1916
# You can convert this to a matrix build if you need cross-platform coverage.
2017
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
21-
runs-on: ${{ matrix.os }}
18+
runs-on: macos-14
2219
if: github.ref_name == 'main'
2320
steps:
2421
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)