From c9fff1f7da74a16d2ecfb3dbe81aadf0c5003ffa Mon Sep 17 00:00:00 2001 From: Johan Bregeon Date: Wed, 13 May 2026 14:32:53 +0200 Subject: [PATCH] update rtd runner version to ubuntu-26.04 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4be99e5..fdbaba7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 2 # Use mamba build: - os: "ubuntu-test" + os: "ubuntu-26.04" tools: python: "miniforge3-latest"