Disable MacOS C++ Cmake test for now.

PiperOrigin-RevId: 594102279
pull/15217/head
Joshua Haberman 1 year ago committed by Copybara-Service
parent 9b4aff2a43
commit 36bb6fb0dd
  1. 9
      .github/workflows/test_cpp.yml

@ -361,10 +361,11 @@ jobs:
fail-fast: false # Don't cancel all jobs if one fails.
matrix:
include:
- name: MacOS CMake
os: macos-12
flags: -DCMAKE_CXX_STANDARD=14
cache-prefix: macos-cmake
# TODO: investigate and fix
# - name: MacOS CMake
# os: macos-12
# flags: -DCMAKE_CXX_STANDARD=14
# cache-prefix: macos-cmake
- name: Windows CMake
os: windows-2022
flags: >-

Loading…
Cancel
Save