From d88d5fffe1d697f8f972346483ca45ff367c9b82 Mon Sep 17 00:00:00 2001 From: Sydney Duckworth Date: Mon, 30 Mar 2026 10:58:36 -0400 Subject: [PATCH] Updated RTD build OS from Ubuntu 20.04 to 24.04 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6ac358c21..611816e97 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: apt_packages: - "graphviz" - os: "ubuntu-20.04" + os: "ubuntu-24.04" tools: python: "mambaforge-4.10" jobs: