From 49728c22a529ce98fceb4a8db5c43e7f9188da50 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Fri, 10 Oct 2025 20:42:58 +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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bf45ab9f..c3d355eb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ sphinx: configuration: docs/conf.py build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: python: "3.12"