diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index e0b58c4..693ad2c 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -32,4 +32,4 @@ jobs: test_library: uses: NWChemEx/.github/.github/workflows/test_nwx_library.yaml@master with: - compilers: '["gcc-11", "clang-14"]' + compilers: '["gcc-14", "clang-18"]' diff --git a/CMakeLists.txt b/CMakeLists.txt index 672b7bf..dda90e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ cmake_minimum_required(VERSION 3.14) #include(get_version_from_git) #get_version_from_git(scf_version "${CMAKE_CURRENT_LIST_DIR}") project(nux VERSION "1.0.0" LANGUAGES CXX) +set(CMAKE_CXX_STANDARD 20) include(cmake/get_nwx_cmake.cmake) include(nwx_versions) include(get_cmaize)