Skip to content

Commit 498a208

Browse files
Copilotczxdev
andauthored
Include Ubuntu and Windows in CUDA build matrix
Co-authored-by: czxdev <36617515+czxdev@users.noreply.github.com>
1 parent aad9763 commit 498a208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: set-matrix
2727
run: |
2828
$matrix = @{
29-
'os' = @('windows-2022')
29+
'os' = @('ubuntu-22.04', 'windows-2022')
3030
# wheel.py-api = "py3" makes the CUDA wheel interpreter-agnostic,
3131
# so one builder per toolkit version is sufficient.
3232
'pyver' = @("3.9")

0 commit comments

Comments
 (0)