From 30d1e0951e059b822a9e07e197419e0151d4adad Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:09:51 +1200 Subject: [PATCH] CI: Bump to ubuntu-24.04 and mambaforge-23.11 in ReadTheDocs (#3296) Xref https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os and https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python. --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b3c3a1a3e06..05e89e5b1c3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,9 +6,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "mambaforge-22.9" + python: "mambaforge-23.11" jobs: post_checkout: # Cancel building pull requests when there aren't changes related to docs.