Skip to content

Commit 7391862

Browse files
authored
Update macOS.yml
1 parent 1837049 commit 7391862

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
@@ -119,12 +119,12 @@ jobs:
119119
- name: 🎉 Install
120120
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
121121
gcc:
122-
runs-on: macos-12
123-
name: macos-12 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
122+
runs-on: macos-14
123+
name: macos-14 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
124124
strategy:
125125
fail-fast: false
126126
matrix:
127-
version: [ 11, 12, 14 ]
127+
version: [ 12, 13, 14 ]
128128
standard: [ 11, 14, 17, 20 ]
129129

130130
steps:

0 commit comments

Comments
 (0)