diff --git a/latest.yaml b/latest.yaml index 07b3630..8ad60d3 100644 --- a/latest.yaml +++ b/latest.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Define the values used for the "latest" tag ci-conda: @@ -6,7 +6,7 @@ ci-conda: PYTHON_VER: "3.14" LINUX_VER: "ubuntu24.04" ci-wheel: - CUDA_VER: "13.1.0" + CUDA_VER: "13.0.2" PYTHON_VER: "3.14" # Wheels should always be built with the oldest supported glibc version LINUX_VER: "rockylinux8" diff --git a/matrix.yaml b/matrix.yaml index c071734..44fb614 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -30,6 +30,11 @@ exclude: - LINUX_VER: "ubuntu24.04" CUDA_VER: "12.2.2" + # Only build ci-wheel for the latest CUDA of each major version, + # and any others used for builds in CI + - CUDA_VER: "12.2.2" + IMAGE_REPO: "ci-wheel" + # Only build ci-wheel for the oldest glibc (rockylinux8) - LINUX_VER: "ubuntu22.04" IMAGE_REPO: "ci-wheel"