Skip to content

Commit

Permalink
Restore macOS CMake configuration.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684435872
  • Loading branch information
protobuf-github-bot authored and zhangskz committed Oct 23, 2024
1 parent 384bcc1 commit 31c5280
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down

0 comments on commit 31c5280

Please sign in to comment.