From 02e225b8f66d7f22b80e4f0c8cf78090178638e6 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 14 Feb 2025 05:03:19 +0100 Subject: [PATCH] Avoid end of life ubuntu 20.04 in ReadTheDocs runner (#3301) Co-authored-by: Jon Shimwell --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7b69b64b6..8bbc7d01f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,7 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-24.04" tools: python: "3.12"