aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-09-27 12:47:32 +0200
committerGitHub <noreply@github.com>2022-09-27 12:47:32 +0200
commit9836817d8256faf4829e2046c4a391df4b7cc54c (patch)
tree56ec269d975b50fa5d8cd80bee825463c0359ba0 /.github
parent83bd792e36db826f869f30ded6c6acc82c4fe672 (diff)
downloadgoogletest-9836817d8256faf4829e2046c4a391df4b7cc54c.zip
googletest-9836817d8256faf4829e2046c4a391df4b7cc54c.tar.gz
googletest-9836817d8256faf4829e2046c4a391df4b7cc54c.tar.bz2
Branding: macOS
Diffstat (limited to '.github')
-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 7ace950..03a8cc5 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: