From f1e31ea671036111d430326a41a6d24a27334b66 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Fri, 19 Sep 2025 09:02:58 -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 c011984d..f62ef23b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 build: - os: "ubuntu-22.04" + os: "ubuntu-lts-latest" tools: python: "3.8"