Skip to content

Commit 321ab64

Browse files
authored
Use linux.12xlarge.ephemeral for conda docker builds (#1570)
As `ubuntu.20.04` often OOM/failed to fetch data from RHEL repo
1 parent 00841b6 commit 321ab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-conda-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828

2929
jobs:
3030
build-docker:
31-
runs-on: ubuntu-22.04
31+
runs-on: linux.12xlarge.ephemeral
3232
strategy:
3333
matrix:
3434
cuda_version: ["11.8", "12.1", "cpu"]

0 commit comments

Comments
 (0)