Skip to content

Commit b5746a9

Browse files
committed
Replace runners prefix amz2023.
1 parent 3e60dbd commit b5746a9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- runner: linux.12xlarge
17+
- runner: amz2023.linux.12xlarge
1818
gpu-arch-type: cpu
19-
- runner: linux.g5.4xlarge.nvidia.gpu
19+
- runner: amz2023.linux.g5.4xlarge.nvidia.gpu
2020
gpu-arch-type: cuda
2121
gpu-arch-version: "11.8"
2222
fail-fast: false

.github/workflows/prototype-tests-linux-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- "3.10"
1717
- "3.11"
1818
- "3.12"
19-
runner: ["linux.12xlarge"]
19+
runner: ["amz2023.linux.12xlarge"]
2020
gpu-arch-type: ["cpu"]
2121
include:
2222
- python-version: "3.8"
23-
runner: linux.g5.4xlarge.nvidia.gpu
23+
runner: amz2023.linux.g5.4xlarge.nvidia.gpu
2424
gpu-arch-type: cuda
2525
gpu-arch-version: "11.8"
2626
fail-fast: false

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- "3.10"
2020
- "3.11"
2121
- "3.12"
22-
runner: ["linux.12xlarge"]
22+
runner: ["amz2023.linux.12xlarge"]
2323
gpu-arch-type: ["cpu"]
2424
include:
2525
- python-version: 3.8
26-
runner: linux.g5.4xlarge.nvidia.gpu
26+
runner: amz2023.linux.g5.4xlarge.nvidia.gpu
2727
gpu-arch-type: cuda
2828
gpu-arch-version: "11.8"
2929
fail-fast: false

0 commit comments

Comments
 (0)