From d8ad6f0301ab52415af90d63751887a0c9121fd3 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Fri, 10 Oct 2025 20:40:42 +0500 Subject: [PATCH] build: use ubuntu-lts-latest in readthedocs build - PR created under the [issue](https://github.com/openedx/public-engineering/issues/418) to update the os version in the build workflow. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c8610f8..412ddb6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,7 +10,7 @@ sphinx: configuration: docs/conf.py build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: python: "3.12"