Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-09-27 13:47:32 +0300
committerGitHub <noreply@github.com>2022-09-27 13:47:32 +0300
commit9836817d8256faf4829e2046c4a391df4b7cc54c (patch)
tree56ec269d975b50fa5d8cd80bee825463c0359ba0
parent83bd792e36db826f869f30ded6c6acc82c4fe672 (diff)
Branding: macOS
-rw-r--r--.github/workflows/gtest-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gtest-ci.yml b/.github/workflows/gtest-ci.yml
index 7ace9509..03a8cc5e 100644
--- a/.github/workflows/gtest-ci.yml
+++ b/.github/workflows/gtest-ci.yml
@@ -19,7 +19,7 @@ jobs:
- name: Tests
run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
- MacOs:
+ macOS:
runs-on: macos-latest
steps: