From 9a0607ce541bc71507fbe043a026c79ebbd72463 Mon Sep 17 00:00:00 2001 From: flagarde Date: Mon, 8 Jul 2024 15:29:25 +0200 Subject: [PATCH] Update macOS.yml --- .github/workflows/macOS.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: