From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:34:55 +0000 (+0100) Subject: Pin the doctest workflow to Ubuntu 22.04 (#125236) X-Git-Tag: v3.14.0a1~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a10cdec359750b5154490fa9e24475c90d05aab;p=thirdparty%2FPython%2Fcpython.git Pin the doctest workflow to Ubuntu 22.04 (#125236) --- diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index 4b021b3dc32f..7755cb431bd3 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -95,7 +95,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