Skip to content

Commit 9a0607c

Browse files
authored
Update macOS.yml
1 parent 471e5b0 commit 9a0607c

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
@@ -119,8 +119,8 @@ 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-13
123-
name: macos-13 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
122+
runs-on: macos-12
123+
name: macos-12 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
124124
strategy:
125125
fail-fast: false
126126
matrix:

0 commit comments

Comments
 (0)