From c11621536c44c49ae8382c0cfabad97dc4b2f589 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 21 Oct 2024 13:48:02 -0700 Subject: [PATCH] Use Ubuntu 24.04 in latest tags. --- latest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/latest.yaml b/latest.yaml index 80f76e0..3f34ea9 100644 --- a/latest.yaml +++ b/latest.yaml @@ -2,11 +2,11 @@ miniforge-cuda: CUDA_VER: "12.5.1" PYTHON_VER: "3.12" - LINUX_VER: "ubuntu22.04" + LINUX_VER: "ubuntu24.04" ci-conda: CUDA_VER: "12.5.1" PYTHON_VER: "3.12" - LINUX_VER: "ubuntu22.04" + LINUX_VER: "ubuntu24.04" ci-wheel: CUDA_VER: "12.5.1" PYTHON_VER: "3.12" @@ -15,4 +15,4 @@ ci-wheel: citestwheel: CUDA_VER: "12.5.1" PYTHON_VER: "3.12" - LINUX_VER: "ubuntu22.04" + LINUX_VER: "ubuntu24.04"