We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718644d commit e504e87Copy full SHA for e504e87
.github/workflows/macOS.yml
@@ -124,7 +124,7 @@ jobs:
124
run: ctest --test-dir ${{ env.CMAKE_BINARY_PREFIX }} -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure
125
- name: 🎉 Install
126
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
127
-
+
128
gcc:
129
runs-on: macos-14
130
name: macos-14 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
0 commit comments