Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 1eff9db

Browse files
authored
disable linux.12xlarge.ephemeral due to issue (#1839)
1 parent 0247da4 commit 1eff9db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: linux.12xlarge.ephemeral
31+
runs-on: linux.12xlarge
3232
strategy:
3333
matrix:
3434
cuda_version: ["11.8", "12.1", "12.4", "cpu"]

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

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

3131
jobs:
3232
build-docker-cuda:
33-
runs-on: linux.12xlarge.ephemeral
33+
runs-on: linux.12xlarge
3434
strategy:
3535
matrix:
3636
cuda_version: ["12.4", "12.1", "11.8"]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
manywheel/build_docker.sh
6363
build-docker-cuda-manylinux_2_28:
64-
runs-on: linux.12xlarge.ephemeral
64+
runs-on: linux.12xlarge
6565
strategy:
6666
matrix:
6767
cuda_version: ["12.4", "12.1", "11.8"]

0 commit comments

Comments
 (0)