From 31c52806eae42a1ddfc6256cb76f1aad4136111c Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Thu, 10 Oct 2024 07:26:16 -0700 Subject: [PATCH] Restore macOS CMake configuration. PiperOrigin-RevId: 684435872 --- .github/workflows/test_cpp.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_cpp.yml b/.github/workflows/test_cpp.yml index 72482d19cb42c..ba166e0d627fe 100644 --- a/.github/workflows/test_cpp.yml +++ b/.github/workflows/test_cpp.yml @@ -346,11 +346,11 @@ jobs: fail-fast: false # Don't cancel all jobs if one fails. matrix: include: - # TODO: investigate and fix - # - name: MacOS CMake - # os: macos-12 - # flags: -DCMAKE_CXX_STANDARD=14 - # cache-prefix: macos-cmake + - name: MacOS CMake + os: macos-13 + flags: -DCMAKE_CXX_STANDARD=14 + cache-prefix: macos-cmake + continuous-only: true - name: Windows CMake os: windows-2022 flags: >-