diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index b99c4ecaa..27917cde4 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -119,6 +119,7 @@ jobs: - gcc:13 - gcc:14 - gcc:15 + - gcc:16 - zhongruoyu/llvm-ports:13.0-trixie - zhongruoyu/llvm-ports:14.0-trixie - zhongruoyu/llvm-ports:15.0-trixie diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a930e879..e41873a78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ ENDIF (CAPIO_LOG AND CMAKE_BUILD_TYPE STREQUAL "Debug") FetchContent_Declare( capio_cl GIT_REPOSITORY https://github.com/High-Performance-IO/CAPIO-CL.git - GIT_TAG v1.4.0 + GIT_TAG v1.4.1 ) #####################################