Skip to content

Commit 0fb21d6

Browse files
committed
fix
1 parent c2be425 commit 0fb21d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macOS.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ jobs:
126126
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
127127

128128
gcc:
129-
runs-on: macos-15
130-
name: macos-15 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
129+
runs-on: macos-14
130+
name: macos-14 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
131131
strategy:
132132
fail-fast: false
133133
matrix:
134-
version: [ 12, 13, 14 ]
134+
version: [ 9, 10, 11, 12, 13, 14, 15 ]
135135
standard: [ 11, 14, 17, 20 ]
136136

137137
steps:

0 commit comments

Comments
 (0)