Skip to content

Commit 4852493

Browse files
chore(ci): remove g4dn from runner family (#2038)
1 parent 233f4a3 commit 4852493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/runs-on.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ images:
99
runners:
1010
# runners for running tests
1111
test-gpu-nvidia:
12-
family: ["g6", "g6e", "g5", "g4dn"]
12+
family: ["g6", "g5", "g6e"]
1313
image: ubuntu24-gpu-x64
14-
cpu: [4, 8, 16]
14+
cpu: [4, 8, 16, 32]
1515
disk: default
1616
spot: capacity-optimized
1717
preinstall: |

0 commit comments

Comments
 (0)