Skip to content

Commit

Permalink
Replace runners prefix amz2023.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanschmidt committed Jul 25, 2024
1 parent 3e60dbd commit b5746a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
include:
- runner: linux.12xlarge
- runner: amz2023.linux.12xlarge
gpu-arch-type: cpu
- runner: linux.g5.4xlarge.nvidia.gpu
- runner: amz2023.linux.g5.4xlarge.nvidia.gpu
gpu-arch-type: cuda
gpu-arch-version: "11.8"
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prototype-tests-linux-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
runner: ["linux.12xlarge"]
runner: ["amz2023.linux.12xlarge"]
gpu-arch-type: ["cpu"]
include:
- python-version: "3.8"
runner: linux.g5.4xlarge.nvidia.gpu
runner: amz2023.linux.g5.4xlarge.nvidia.gpu
gpu-arch-type: cuda
gpu-arch-version: "11.8"
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
runner: ["linux.12xlarge"]
runner: ["amz2023.linux.12xlarge"]
gpu-arch-type: ["cpu"]
include:
- python-version: 3.8
runner: linux.g5.4xlarge.nvidia.gpu
runner: amz2023.linux.g5.4xlarge.nvidia.gpu
gpu-arch-type: cuda
gpu-arch-version: "11.8"
fail-fast: false
Expand Down

0 comments on commit b5746a9

Please sign in to comment.