Skip to content

Commit

Permalink
ci(cuda): use the specified version for win and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 9, 2024
1 parent 4e02d86 commit 7609f73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- ubuntu-20.04
- windows-2019
name: {{ "${{ matrix.os }}" }}
runs-on: {{ "${{ matrix.os }}" }}
steps:
Expand Down

0 comments on commit 7609f73

Please sign in to comment.