Skip to content

Commit 4813838

Browse files
committed
update github action
1 parent b877506 commit 4813838

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ jobs:
44
UbuntuRun:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: Jimver/cuda-toolkit@v0.2.8
7+
- uses: Jimver/cuda-toolkit@v0.2.25
88
id: cuda-toolkit
99
with:
10-
cuda: '11.7.0'
10+
cuda: '12.5.0'
1111
linux-local-args: '["--toolkit"]'
12+
use-github-cache: false
1213
- run: nvcc -V
1314
- name: Checkout
1415
uses: actions/checkout@v3

.github/workflows/Windows.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: Windows
22
on: [push, pull_request, workflow_dispatch]
33
jobs:
44
WindowsRun:
5-
runs-on: windows-2019
5+
runs-on: windows-2022
66
steps:
7-
- uses: Jimver/cuda-toolkit@v0.2.8
7+
- uses: Jimver/cuda-toolkit@v0.2.24
88
id: cuda-toolkit
99
with:
10-
cuda: '11.7.0'
10+
cuda: '12.4.0'
1111
linux-local-args: '["--toolkit"]'
12+
use-local-cache: false
13+
use-github-cache: false
1214
- run: nvcc -V
1315
- name: Checkout
1416
uses: actions/checkout@v3

0 commit comments

Comments
 (0)