Skip to content

Commit 7609f73

Browse files
committed
ci(cuda): use the specified version for win and ubuntu
1 parent 4e02d86 commit 7609f73

File tree

1 file changed

+2
-2
lines changed
  • template/cuda/{{cookiecutter.project_slug}}/.github/workflows

1 file changed

+2
-2
lines changed

template/cuda/{{cookiecutter.project_slug}}/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14-
- ubuntu-latest
15-
- windows-latest
14+
- ubuntu-20.04
15+
- windows-2019
1616
name: {{ "${{ matrix.os }}" }}
1717
runs-on: {{ "${{ matrix.os }}" }}
1818
steps:

0 commit comments

Comments
 (0)