From 4b64919c68fc3d50427fceba97786deda70fbe9e Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Thu, 3 Mar 2022 10:18:38 -0500 Subject: [PATCH] Enable CMake 3.23.0-rc2 build Need to run some tests that depend on CMake 3.23.0+ before it is actually released. The most current release candidate is CMake 3.23.0-rc2. --- .github/workflows/tribits_testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tribits_testing.yml b/.github/workflows/tribits_testing.yml index 57c9c6ce7..f5d1cd904 100644 --- a/.github/workflows/tribits_testing.yml +++ b/.github/workflows/tribits_testing.yml @@ -23,6 +23,7 @@ jobs: - { os: ubuntu-latest, cmake: "3.17.5", generator: "makefiles", python: "3.8", cc: gcc-10, cxx: g++-10, fc: gfortran-10 } - { os: ubuntu-latest, cmake: "3.17.5", generator: "makefiles", python: "3.8", cc: gcc-11, cxx: g++-11 } - { os: ubuntu-latest, cmake: "3.21.2", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 } + - { os: ubuntu-latest, cmake: "3.23.0-rc2", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 } runs-on: ${{ matrix.config.os }}