Skip to content

Commit

Permalink
Disable MacOS C++ Cmake test for now.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 594102279
  • Loading branch information
haberman authored and zhangskz committed Apr 5, 2024
1 parent 220a74b commit 6b1c253
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,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: >-
Expand Down

0 comments on commit 6b1c253

Please sign in to comment.