From bc3e5635393e329f53ff570ab53a8171f60e09e4 Mon Sep 17 00:00:00 2001 From: Emily Soth <43770515+emlys@users.noreply.github.com> Date: Fri, 23 May 2025 11:30:32 -0700 Subject: [PATCH] Resolve ReadTheDocs build failure: bump to ubuntu 24.04 (#1946) * debugging rtd build * attempt to install newer g++ in readthedocs environment * debugging * debugging * debugging * debugging * debugging * remove debugging command --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e3f13fa6a..7a009a655 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,7 +14,7 @@ conda: environment: .readthedocs_environment.yml build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "mambaforge-4.10" jobs: