Version update (#1219)

update changelog for 2.6 release

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Philip Top
2025-10-20 06:07:51 -07:00
committed by GitHub
parent 8225a6ad4e
commit 3914826ef8
7 changed files with 176 additions and 53 deletions

View File

@@ -49,8 +49,6 @@ jobs:
build-mode: autobuild
- language: python
build-mode: none
- language: ruby
build-mode: none
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

View File

@@ -127,9 +127,9 @@ jobs:
run: cmake --build build -j2
cuda12-build:
name: CUDA 12 build only
name: CUDA 13 build only
runs-on: ubuntu-latest
container: nvidia/cuda:12.3.1-devel-ubuntu22.04
container: nvidia/cuda:13.0.0-devel-ubuntu22.04
steps:
- name: Add build tools
run: apt-get update && apt-get install -y wget git cmake
@@ -387,3 +387,9 @@ jobs:
cmake-version: "4.0"
args: -DCLI11_BUILD_EXAMPLES_JSON=ON
if: success() || failure()
- name: Check CMake 4.1
uses: ./.github/actions/quick_cmake
with:
cmake-version: "4.1"
if: success() || failure()