From 710bc290f2bf54d81fcda59f4e956e30515ca91d Mon Sep 17 00:00:00 2001 From: Damien-Chen Date: Fri, 2 Aug 2024 00:05:47 +0800 Subject: [PATCH] Change base OS image in readthedocs.yml to ubuntu-24.04 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d0d0c3b93ed207..a57de00544e4e3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ sphinx: configuration: Doc/conf.py build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3"