Skip to content

Commit 5f15f03

Browse files
committed
fix macos build
1 parent 0a6a33f commit 5f15f03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
-DCMAKE_C_COMPILER=${{ matrix.cc }} \
6262
-DCMAKE_CXX_COMPILER=${{ matrix.cxx }} \
6363
-DCLICE_ENABLE_TEST=ON \
64-
-DCLICE_CI_ENVIRONMENT=ON \
65-
-DCMAKE_OSX_DEPLOYMENT_TARGET="15.0"
64+
-DCLICE_CI_ENVIRONMENT=ON
6665
6766
cmake --build build
6867

0 commit comments

Comments
 (0)