Skip to content

Commit

Permalink
Add Ubuntu 24.04 CI images. (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Oct 4, 2024
1 parent 7b05958 commit 2bab2bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ PYTHON_VER:
LINUX_VER:
- "ubuntu20.04"
- "ubuntu22.04"
- "ubuntu24.04"
- "rockylinux8"
CI_IMAGE_CONFIG:
- IMAGE_REPO: "miniforge-cuda"
Expand All @@ -29,6 +30,14 @@ exclude:
# Exclusions from CUDA's OS support matrix
- LINUX_VER: "ubuntu22.04"
CUDA_VER: "11.4.3"
- LINUX_VER: "ubuntu24.04"
CUDA_VER: "11.4.3"
- LINUX_VER: "ubuntu24.04"
CUDA_VER: "11.8.0"
- LINUX_VER: "ubuntu24.04"
CUDA_VER: "12.0.1"
- LINUX_VER: "ubuntu24.04"
CUDA_VER: "12.2.2"

# Only build ci-wheel for the latest CUDA of each major version
- CUDA_VER: "11.4.3"
Expand All @@ -43,6 +52,8 @@ exclude:
IMAGE_REPO: "ci-wheel"
- LINUX_VER: "ubuntu22.04"
IMAGE_REPO: "ci-wheel"
- LINUX_VER: "ubuntu24.04"
IMAGE_REPO: "ci-wheel"

# Exclude citestwheel for CUDA versions older than 11.8.0
- CUDA_VER: "11.4.3"
Expand Down

0 comments on commit 2bab2bc

Please sign in to comment.