Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
build-docker:
runs-on: linux.2xlarge
runs-on: ubuntu-22.04
strategy:
matrix:
cuda_version: ["11.6", "11.7", "11.8", "cpu"]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-libtorch-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
build-docker-cuda:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
cuda_version: ["11.8", "11.7", "11.6"]
Expand All @@ -44,7 +44,7 @@ jobs:
run: |
libtorch/build_docker.sh
build-docker-rocm:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
rocm_version: ["5.3", "5.4.2"]
Expand All @@ -63,7 +63,7 @@ jobs:
run: |
libtorch/build_docker.sh
build-docker-cpu:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout PyTorch
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-magma-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
push-windows-magma:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
environment: magma
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
needs: build-windows-magma
steps:
- name: Download all artifacts
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-manywheel-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:

jobs:
build-docker-cuda:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
cuda_version: ["11.8", "11.7", "11.6"]
Expand All @@ -46,7 +46,7 @@ jobs:
run: |
manywheel/build_docker.sh
build-docker-rocm:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
rocm_version: ["5.3", "5.4.2"]
Expand All @@ -65,7 +65,7 @@ jobs:
run: |
manywheel/build_docker.sh
build-docker-cpu:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout PyTorch
uses: actions/checkout@v3
Expand All @@ -78,7 +78,7 @@ jobs:
run: |
manywheel/build_docker.sh
build-docker-cpu-cxx11-abi:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
env:
GPU_ARCH_TYPE: cpu-cxx11-abi
steps:
Expand Down