Skip to content

Commit 5d6f6c6

Browse files
committed
move to macos-15
1 parent 1cafac9 commit 5d6f6c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ 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-14
130-
name: macos-14 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
129+
runs-on: macos-15
130+
name: macos-15 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
131131
strategy:
132132
fail-fast: false
133133
matrix:

0 commit comments

Comments
 (0)