Skip to content

Commit 31c5280

Browse files
protobuf-github-botzhangskz
authored andcommitted
Restore macOS CMake configuration.
PiperOrigin-RevId: 684435872
1 parent 384bcc1 commit 31c5280

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test_cpp.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,11 @@ jobs:
346346
fail-fast: false # Don't cancel all jobs if one fails.
347347
matrix:
348348
include:
349-
# TODO: investigate and fix
350-
# - name: MacOS CMake
351-
# os: macos-12
352-
# flags: -DCMAKE_CXX_STANDARD=14
353-
# cache-prefix: macos-cmake
349+
- name: MacOS CMake
350+
os: macos-13
351+
flags: -DCMAKE_CXX_STANDARD=14
352+
cache-prefix: macos-cmake
353+
continuous-only: true
354354
- name: Windows CMake
355355
os: windows-2022
356356
flags: >-

0 commit comments

Comments
 (0)