Skip to content

Commit 70a9937

Browse files
committed
Change 12.8.0 → 12.9.0 under .github
1 parent 8c675b8 commit 70a9937

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/fetch_ctk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
CUDA_MAJOR="$(cut -d '.' -f 1 <<< ${{ inputs.cuda-version }})"
106106
if [[ "$CUDA_MAJOR" == "12" ]]; then
107107
# TODO: Automatically track latest CTK minor version
108-
ctk_version="12.8.0"
108+
ctk_version="12.9.0"
109109
fi
110110
fi
111111
populate_cuda_path "$item" "$ctk_version"

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
- "3.9"
225225
cuda-version:
226226
# Note: this is for test-time only.
227-
- "12.8.0"
227+
- "12.9.0"
228228
- "12.0.1"
229229
- "11.8.0"
230230
local-ctk:
@@ -239,7 +239,7 @@ jobs:
239239
include:
240240
- host-platform: linux-64
241241
python-version: "3.12"
242-
cuda-version: "12.8.0"
242+
cuda-version: "12.9.0"
243243
local-ctk: 1
244244
runner: H100
245245
name: Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }}, ${{ (matrix.local-ctk == '1' && 'local CTK') || 'CTK wheels' }})
@@ -270,7 +270,7 @@ jobs:
270270
- "3.12"
271271
cuda-version:
272272
# Note: this is for test-time only.
273-
- "12.8.0"
273+
- "12.9.0"
274274
- "11.8.0"
275275
local-ctk:
276276
- 1 # use mini CTK

0 commit comments

Comments
 (0)