From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:52:54 +0000 (+0200) Subject: [3.12] Pin the doctest workflow to Ubuntu 22.04 (GH-125236) (#125241) X-Git-Tag: v3.12.8~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01d9a899978626615d172aa5d832aaf0e4500bc7;p=thirdparty%2FPython%2Fcpython.git [3.12] Pin the doctest workflow to Ubuntu 22.04 (GH-125236) (#125241) Pin the doctest workflow to Ubuntu 22.04 (GH-125236) (cherry picked from commit 7a10cdec359750b5154490fa9e24475c90d05aab) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index 4b384f4b3fa6..55c42ff396e0 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -92,7 +92,7 @@ jobs: # Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release doctest: name: 'Doctest' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 60 steps: - uses: actions/checkout@v4