diff options
author | Damien <81557462+Damien-Chen@users.noreply.github.com> | 2025-01-05 12:07:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-05 12:07:18 (GMT) |
commit | 2228e92da31ca7344a163498f848973a1b356597 (patch) | |
tree | 0d4fa8f7e34c6ecdd0ecff920ce15e3b7c28e20f /.github | |
parent | ae23a012e6c8aadc4a588101cbe7bc86ede45627 (diff) | |
download | cpython-2228e92da31ca7344a163498f848973a1b356597.zip cpython-2228e92da31ca7344a163498f848973a1b356597.tar.gz cpython-2228e92da31ca7344a163498f848973a1b356597.tar.bz2 |
gh-128504: Upgrade doctest to ubuntu-24.04 (#128506)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/reusable-docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index 3962d12..88da55b 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -99,7 +99,7 @@ jobs: # Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release doctest: name: 'Doctest' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 60 steps: - uses: actions/checkout@v4 |