Skip to content

Commit 19113e6

Browse files
yarunosamumbach
andauthored
[build] Update cxx11-macos.yaml (#3170)
* Update for compatibility with CMake 4.x * Update cxx11-macos.yaml Downgrade googletest to 1.16.x as latest one requires C++ 17 * Update cxx11-macos.yaml try to download the exact version of google test formula from homebrew history * Update cxx11-macos.yaml downgrade googletest to 1.12.1 --------- Co-authored-by: Sam Umbach <[email protected]>
1 parent 0def1b1 commit 19113e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cxx11-macos.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313

1414
steps:
1515
- name: GoogleTest
16-
run: brew install googletest
16+
run: |
17+
curl -o googletest.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/23e7fb4dc0cc73facc3772815741e1deb87d6406/Formula/googletest.rb
18+
brew install -s googletest.rb
1719
- uses: actions/checkout@v3
1820
- name: configure
1921
run: |

0 commit comments

Comments
 (0)