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 1cafac9 commit 5d6f6c6Copy full SHA for 5d6f6c6
.github/workflows/macOS.yml
@@ -126,8 +126,8 @@ jobs:
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 }})
+ runs-on: macos-15
+ name: macos-15 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
131
strategy:
132
fail-fast: false
133
matrix:
0 commit comments