Skip to content

Commit ab6f166

Browse files
huydhnmalfet
andauthored
Switch deprecated ubuntu-18.04 runner to ubuntu-latest (#1334)
* Switch deprecated ubuntu-18.04 runner to self-hosted 2xlarge * Leave build-nvidia-docker for now * Apply suggestions from code review Co-authored-by: Nikita Shulga <[email protected]> * Use ephemeral runners * Use ubuntu-latest * Apply suggestions from code review Co-authored-by: Nikita Shulga <[email protected]> * Switch from latest to 22.04 to pin the version --------- Co-authored-by: Nikita Shulga <[email protected]>
1 parent 96d6aee commit ab6f166

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

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

2424
jobs:
2525
build-docker:
26-
runs-on: linux.2xlarge
26+
runs-on: ubuntu-22.04
2727
strategy:
2828
matrix:
2929
cuda_version: ["11.6", "11.7", "11.8", "cpu"]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525

2626
jobs:
2727
build-docker-cuda:
28-
runs-on: ubuntu-18.04
28+
runs-on: ubuntu-22.04
2929
strategy:
3030
matrix:
3131
cuda_version: ["11.8", "11.7", "11.6"]
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
libtorch/build_docker.sh
4646
build-docker-rocm:
47-
runs-on: ubuntu-18.04
47+
runs-on: ubuntu-22.04
4848
strategy:
4949
matrix:
5050
rocm_version: ["5.3", "5.4.2"]
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
libtorch/build_docker.sh
6565
build-docker-cpu:
66-
runs-on: ubuntu-18.04
66+
runs-on: ubuntu-22.04
6767
steps:
6868
- name: Checkout PyTorch
6969
uses: actions/checkout@v3

.github/workflows/build-magma-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
push-windows-magma:
3939
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
4040
environment: magma
41-
runs-on: ubuntu-18.04
41+
runs-on: ubuntu-22.04
4242
needs: build-windows-magma
4343
steps:
4444
- name: Download all artifacts

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727

2828
jobs:
2929
build-docker-cuda:
30-
runs-on: ubuntu-18.04
30+
runs-on: ubuntu-22.04
3131
strategy:
3232
matrix:
3333
cuda_version: ["11.8", "11.7", "11.6"]
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
manywheel/build_docker.sh
4848
build-docker-rocm:
49-
runs-on: ubuntu-18.04
49+
runs-on: ubuntu-22.04
5050
strategy:
5151
matrix:
5252
rocm_version: ["5.3", "5.4.2"]
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
manywheel/build_docker.sh
6767
build-docker-cpu:
68-
runs-on: ubuntu-18.04
68+
runs-on: ubuntu-22.04
6969
steps:
7070
- name: Checkout PyTorch
7171
uses: actions/checkout@v3
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
manywheel/build_docker.sh
8080
build-docker-cpu-cxx11-abi:
81-
runs-on: ubuntu-18.04
81+
runs-on: ubuntu-22.04
8282
env:
8383
GPU_ARCH_TYPE: cpu-cxx11-abi
8484
steps:

0 commit comments

Comments
 (0)