diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 38c77375..d27b4cbb 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -46,7 +46,7 @@ jobs: run: ctest --test-dir ${{ env.CMAKE_BINARY_PREFIX }} -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure - name: 🎉 Install run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }} - + macos-13: name: macos-13 xcode-${{ matrix.xcode }} (c++${{ matrix.standard }}) runs-on: macos-13