Skip to content

Commit 4bedfdd

Browse files
committed
check image again
1 parent 8f25f91 commit 4bedfdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ permissions:
1212

1313
jobs:
1414
build-and-release:
15-
runs-on: ubuntu-22.04-gpu
15+
runs-on: ubuntu-latest
16+
container:
17+
image: nvidia/cuda:11.8.0-devel-ubuntu22.04
1618
steps:
1719
- uses: actions/checkout@v3
1820

0 commit comments

Comments
 (0)