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 471e5b0 commit 9a0607cCopy full SHA for 9a0607c
.github/workflows/macOS.yml
@@ -119,8 +119,8 @@ jobs:
119
- name: 🎉 Install
120
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
121
gcc:
122
- runs-on: macos-13
123
- name: macos-13 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
+ runs-on: macos-12
+ name: macos-12 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
124
strategy:
125
fail-fast: false
126
matrix:
0 commit comments