diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index f8fca5a..4d84db2 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -32,16 +32,16 @@ jobs: test_library: uses: NWChemEx/.github/.github/workflows/test_nwx_library.yaml@master with: - compilers: '["gcc-11", "clang-14"]' + compilers: '["gcc-14", "clang-18"]' test_enable_sigma: uses: NWChemEx/.github/.github/workflows/test_nwx_library.yaml@master with: - compilers: '["gcc-11", "clang-14"]' + compilers: '["gcc-14", "clang-18"]' repo_toolchain: ".github/enable_sigma.cmake" test_enable_openmp: uses: NWChemEx/.github/.github/workflows/test_nwx_library.yaml@master with: - compilers: '["gcc-11", "clang-14"]' + compilers: '["gcc-14", "clang-18"]' repo_toolchain: ".github/enable_openmp.cmake" diff --git a/CMakeLists.txt b/CMakeLists.txt index 78d425b..d9b091f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ include(cmake/get_nwx_cmake.cmake) include(get_version_from_git) get_version_from_git(integrals_version "${CMAKE_CURRENT_LIST_DIR}") project(integrals VERSION "${integrals_version}" LANGUAGES CXX) +set(CMAKE_CXX_STANDARD 20) include(nwx_versions) include(get_cmaize)