Skip to content

Commit b0c445b

Browse files
authored
Replace Ubuntu 20.04 (deprecated) with 22.04 (#104)
1 parent 793c8fe commit b0c445b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci_build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- label: Ubuntu 20.04 - Python 3.6 - PyTorch 1.0.0
19-
python-version: "3.6"
20-
pytorch-version: torch==1.0.0 -f https://download.pytorch.org/whl/cpu/torch_stable.html
21-
os: ubuntu-20.04
22-
- label: Ubuntu latest - Python 3.10 - PyTorch stable
18+
- label: Ubuntu 22.04 - Python 3.10 - PyTorch 1.11.0
2319
python-version: "3.10"
20+
pytorch-version: torch==1.11.0+cpu torchvision==0.12.0+cpu torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cpu
21+
os: ubuntu-22.04
22+
- label: Ubuntu latest - Python 3.12 - PyTorch stable
23+
python-version: "3.12"
2424
pytorch-version: torch
2525
os: ubuntu-latest
2626
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)