From 17ef2766d7b929adb6710309871124100e58607a Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Fri, 19 Sep 2025 08:40:27 -0400 Subject: [PATCH] chore: change ubuntu pinned version to ubuntu-lts-latest --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3ac9680fa6e..8e3793c7805 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ sphinx: # Set the version of python needed to build these docs. build: - os: "ubuntu-22.04" + os: "ubuntu-lts-latest" tools: python: "3.8"