Skip to content

Commit

Permalink
Update matrix versions (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan authored Sep 7, 2023
1 parent a7bce91 commit 22a46e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
cases:
- { os: "ubuntu-20.04", cuda-version: "11.2.2", source: "nvidia" }
- { os: "ubuntu-20.04", cuda-version: "11.6.2", source: "nvidia" }
- { os: "ubuntu-22.04", cuda-version: "11.8.0", source: "nvidia" }
- {
os: "ubuntu-20.04",
cuda-version: "11.6.2",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os:
- ubuntu-22.04
cuda-version:
- 11.6.2
- 11.8.0
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 22a46e6

Please sign in to comment.