Skip to content

Commit b0e28f9

Browse files
committed
downgrade ubuntu
1 parent 5f44cea commit b0e28f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
gpu-test:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Install PyTorch with CUDA
3232
run: |
33-
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu102
33+
pip install torch==1.11.0+cu115 torchvision==0.12.0+cu115 -f https://download.pytorch.org/whl/torch_stable.html
3434
3535
- name: Install package and test dependencies
3636
run: |

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, windows-latest, macos-latest]
16+
os: [ubuntu-20.04, windows-latest, macos-latest]
1717

1818
steps:
1919
- uses: actions/checkout@v3

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
pre-commit:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v3
1414

0 commit comments

Comments
 (0)