Skip to content

Commit 613d7ab

Browse files
Use CMake 4.0.0 in GHA testing (trilinos/Trilinos#13731)
Now that CMake 4.0.0 is tagged and officially released, use it in GHA testing. Signed-off-by: Roscoe A. Bartlett <[email protected]>
1 parent 2e8a275 commit 613d7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tribits_testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- { os: ubuntu-latest, cmake: "3.23.1", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }
2323
- { os: ubuntu-latest, cmake: "3.24.3", generator: "makefiles", python: "3.8", cc: gcc-10, cxx: g++-10 }
2424
- { os: ubuntu-latest, cmake: "3.24.3", generator: "makefiles", python: "3.8", cc: gcc-11, cxx: g++-11, fc: gfortran-11, no_have_ninja: no-ninja }
25-
- { os: ubuntu-latest, cmake: "4.0.0-rc4", generator: "makefiles", python: "3.8", cc: gcc-11, cxx: g++-11, fc: gfortran-11 }
25+
- { os: ubuntu-latest, cmake: "4.0.0", generator: "makefiles", python: "3.8", cc: gcc-11, cxx: g++-11, fc: gfortran-11 }
2626

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

0 commit comments

Comments
 (0)