diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index fddeaf04..31b6ef87 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -119,8 +119,8 @@ jobs: - name: 🎉 Install run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }} gcc: - runs-on: macos-13 - name: macos-13 gcc-${{ matrix.version }} (c++${{ matrix.standard }}) + runs-on: macos-12 + name: macos-12 gcc-${{ matrix.version }} (c++${{ matrix.standard }}) strategy: fail-fast: false matrix: