From 895a4aaa61e5a659282b8625bd67ddfde8879cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Sz=C3=A9pk=C3=BAti?= Date: Wed, 24 Jun 2026 16:43:16 +0200 Subject: [PATCH] Upgrade readthedocs builder to Ubuntu 26.04 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 20.04 runner is no longer supported. Signed-off-by: Bence Szépkúti --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cf83384396..05b31b1af6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ submodules: # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-26.04 tools: python: "3.9" jobs: