From c10bbb32b82ec66f07b8ce0a0fa1661babbfc5b8 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Fri, 27 Aug 2021 16:52:16 -0600 Subject: [PATCH] Change to CMake 3.21.2 to fix test failures (#363, #394) This should fix problem with accumulation of labels with ctest_test(). --- .github/workflows/tribits_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tribits_testing.yml b/.github/workflows/tribits_testing.yml index 356ba5a14..588525c85 100644 --- a/.github/workflows/tribits_testing.yml +++ b/.github/workflows/tribits_testing.yml @@ -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 }}