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:
authorCopybara-Service <copybara-worker@google.com>2022-10-05 00:25:21 +0300
committerCopybara-Service <copybara-worker@google.com>2022-10-05 00:25:21 +0300
commit4052e05c296c6ca7387c12a9cb41749320ffe8d0 (patch)
tree4abdd7b4d4cf468735bc767be16de901412a811e
parent8c4dc11539e814ad7e16f3063dd0e36c4fd5a9b4 (diff)
parent9836817d8256faf4829e2046c4a391df4b7cc54c (diff)
Merge pull request #4020 from cclauss:patch-1
PiperOrigin-RevId: 478883171 Change-Id: I29c57a554000d051290bb66660fcf6132027f963
-rw-r--r--.github/workflows/gtest-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/gtest-ci.yml b/.github/workflows/gtest-ci.yml
index bcef926b..03a8cc5e 100644
--- a/.github/workflows/gtest-ci.yml
+++ b/.github/workflows/gtest-ci.yml
@@ -12,18 +12,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Tests
run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
- MacOs:
+ macOS:
runs-on: macos-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
@@ -35,7 +35,7 @@ jobs:
runs-on: windows-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0