Skip to content

Commit

Permalink
Fix ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd committed Oct 14, 2023
1 parent 8b8ae54 commit 5b4051a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# Oldest supported versions
- name: Linux (CUDA 10.2, Python 3.8, PyTorch 1.11)
os: ubuntu-18.04
os: ubuntu-22.04
enable_cuda: true
cuda: "10.2.89"
gcc: "8.5.*"
Expand All @@ -35,7 +35,7 @@ jobs:

# Older supported versions
- name: Linux (CUDA 11.2, Python 3.9, PyTorch 1.12)
os: ubuntu-18.04
os: ubuntu-22.04
enable_cuda: true
cuda: "11.2.2"
gcc: "10.3.*"
Expand All @@ -46,7 +46,7 @@ jobs:

# Latest supported versions (with CUDA)
- name: Linux (CUDA 11.8, Python 3.10, PyTorch 2.0)
os: ubuntu-18.04
os: ubuntu-22.04
enable_cuda: true
cuda: "11.8.0"
gcc: "10.3.*"
Expand All @@ -57,7 +57,7 @@ jobs:

# Latest supported versions (without CUDA)
- name: Linux (no CUDA, Python 3.10, PyTorch 2.0)
os: ubuntu-18.04
os: ubuntu-22.04
enable_cuda: false
gcc: "10.3.*"
python: "3.10.*"
Expand Down

0 comments on commit 5b4051a

Please sign in to comment.