From 413a038f24da3206738a854aa3eafe934a32eb30 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Sat, 2 Dec 2023 21:11:54 -0500 Subject: [PATCH] Keep RTD builds at Ubuntu 22.04 --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7436a551..353451dd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,8 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-24.04 + # Must stay at 22.04 until RTD adds support for 24.04 + os: ubuntu-22.04 tools: python: "3.12"