From 0171b1e390fc7b37a389426aeaf0a173846fcbda Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Wed, 27 Mar 2024 12:43:38 +0100 Subject: [PATCH] RtD: use latest Ubuntu (#1954) --- .github/labeler.yml | 1 + .readthedocs.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9e41076d0..982d27e86 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -33,6 +33,7 @@ documentation: - "docs/**" - "*.md" - ".github/*.md" + - ".readthedocs.yaml" scripts: - changed-files: - any-glob-to-any-file: diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9cfd9895a..3804a40b8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 # Set the version of Python build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: python: "3.12"