Skip to content

Commit 40272f1

Browse files
committed
update macos ci
1 parent 350aac6 commit 40272f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MacOs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
env:
7777
CXX: ${{format(matrix.cxx, matrix.compiler.ver)}}
7878
CC: ${{format(matrix.cc, matrix.compiler.ver)}}
79-
run: cmake -B ${{runner.workspace}}/build -G ${{matrix.generator}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_STANDARD=${{matrix.std}} -D_7BIT_DI_LIBRARY_TYPE=${{matrix.library_type}} -D_7BIT_DI_BUILD_ALL_TESTS=ON
79+
run: cmake -B ${{runner.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_STANDARD=${{matrix.std}} -D_7BIT_DI_LIBRARY_TYPE=${{matrix.library_type}} -D_7BIT_DI_BUILD_ALL_TESTS=ON
8080

8181
- name: Build
8282
run: cmake --build ${{runner.workspace}}/build --config ${{matrix.build_type}} -j

0 commit comments

Comments
 (0)