Skip to content

Commit

Permalink
Change to CMake 3.21.2 to fix test failures (#363, #394)
Browse files Browse the repository at this point in the history
This should fix problem with accumulation of labels with ctest_test().
  • Loading branch information
bartlettroscoe committed Aug 27, 2021
1 parent 3db1690 commit c10bbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tribits_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- { os: ubuntu-latest, cmake: "3.18.6", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }
- { os: ubuntu-latest, cmake: "3.19.8", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }
- { os: ubuntu-latest, cmake: "3.20.5", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }
- { os: ubuntu-latest, cmake: "3.21.0", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }
- { os: ubuntu-latest, cmake: "3.21.2", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }

runs-on: ${{ matrix.config.os }}

Expand Down

0 comments on commit c10bbb3

Please sign in to comment.