From 7202dbadfd80aa71a204e8a3040697a520f55bcf Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 22 Sep 2025 02:32:32 -0400 Subject: [PATCH] chore: BOMS-210-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 2778a4f..412ddb6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ sphinx: configuration: docs/conf.py build: - os: ubuntu-24.04 + os: ubuntu-lts-latest tools: python: "3.12"