Skip to content

Commit

Permalink
Merge e90ba52 into 05081aa
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Mar 13, 2024
2 parents 05081aa + e90ba52 commit ce106da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gtest-compat.yml
Expand Up @@ -41,8 +41,12 @@ jobs:
matrix:
include:
- gtest-version: "latest"
GTEST_EXPECT_VER: 0x01120100
GTEST_EXPECT_VER: 0x01140000
GTEST_EXPECT_LATEST: 1
- gtest-version: "release-1.14.0"
GTEST_EXPECT_VER: 0x01140000
- gtest-version: "release-1.13.0"
GTEST_EXPECT_VER: 0x01130000
- gtest-version: "release-1.12.1"
# 1.12.1 only change the version number
GTEST_EXPECT_VER: 0x01120000
Expand Down Expand Up @@ -71,7 +75,7 @@ jobs:
env:
MAKE_OPTION: "-j4"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Google Test
env:
GTEST_OPTION: "USE_GTEST=1"
Expand Down

0 comments on commit ce106da

Please sign in to comment.