Skip to content

Commit

Permalink
ci(cuda): use the latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 24, 2024
1 parent 2841a20 commit c2bf9c2
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-20.04
- windows-2019
- ubuntu-latest
- windows-latest
name: {{ "${{ matrix.os }}" }}
runs-on: {{ "${{ matrix.os }}" }}
steps:
Expand Down

0 comments on commit c2bf9c2

Please sign in to comment.