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 b499bfb commit c7adc69Copy full SHA for c7adc69
.github/workflows/macOS.yml
@@ -46,7 +46,7 @@ jobs:
46
run: ctest --test-dir ${{ env.CMAKE_BINARY_PREFIX }} -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure
47
- name: 🎉 Install
48
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
49
-
+
50
macos-13:
51
name: macos-13 xcode-${{ matrix.xcode }} (c++${{ matrix.standard }})
52
runs-on: macos-13
0 commit comments