From e38a23e022c75ec766229a3b259ff195da97fee2 Mon Sep 17 00:00:00 2001 From: Scott Staniewicz Date: Tue, 31 Mar 2026 10:18:09 -0400 Subject: [PATCH] DOC: Update OS version from Ubuntu 20.04 to 24.04 Deprecation email came from ReadTheDocs about the old OS. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3b50c06de..407b27d25 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ mkdocs: # Conda is causing "excessive memory usage" # https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba build: - os: "ubuntu-20.04" + os: "ubuntu-24.04" tools: python: "mambaforge-4.10"