From 3f5246bae93ddebe20d13d086d9b83aba9bcd8ca Mon Sep 17 00:00:00 2001 From: Mystic <215104920@qq.com> Date: Wed, 25 Sep 2024 12:17:32 +0800 Subject: [PATCH] ci(cuda): use cuda 12.5.0 --- .../{{cookiecutter.project_slug}}/.github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/cuda/{{cookiecutter.project_slug}}/.github/workflows/ci.yml b/template/cuda/{{cookiecutter.project_slug}}/.github/workflows/ci.yml index 58256ef..d6796a0 100644 --- a/template/cuda/{{cookiecutter.project_slug}}/.github/workflows/ci.yml +++ b/template/cuda/{{cookiecutter.project_slug}}/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: strategy: matrix: os: - - ubuntu-20.04 - - windows-2019 + - ubuntu-22.04 + - windows-2022 name: {{ "${{ matrix.os }}" }} runs-on: {{ "${{ matrix.os }}" }} steps: @@ -26,7 +26,7 @@ jobs: id: cuda-toolkit with: log-file-suffix: {{ "${{ matrix.os }}" }}.txt - cuda: 11.8.0 + cuda: 12.5.0 - name: Build run: make build