From 41d3f2479ef0fc8774ddd4c5ee5c5d5fb9574ef1 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Sat, 27 Sep 2025 10:03:45 -0400 Subject: [PATCH] build: use ubuntu-lts-latest in readthedocs build (#37392) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c0db64e5e1..fdef59eb56 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,7 @@ version: 2 build: - os: "ubuntu-22.04" + os: "ubuntu-lts-latest" tools: python: "3.11"