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 1837049 commit 7391862Copy full SHA for 7391862
.github/workflows/macOS.yml
@@ -119,12 +119,12 @@ 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-12
123
- name: macos-12 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
+ runs-on: macos-14
+ name: macos-14 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
124
strategy:
125
fail-fast: false
126
matrix:
127
- version: [ 11, 12, 14 ]
+ version: [ 12, 13, 14 ]
128
standard: [ 11, 14, 17, 20 ]
129
130
steps:
0 commit comments