]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-128504: Upgrade doctest to ubuntu-24.04 (#128506)
authorDamien <81557462+Damien-Chen@users.noreply.github.com>
Sun, 5 Jan 2025 12:07:18 +0000 (20:07 +0800)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2025 12:07:18 +0000 (12:07 +0000)
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>
.github/workflows/reusable-docs.yml

index 3962d12403919a2880542bee635e21c2bfcc4aa9..88da55bf08b8fea0bf60cb1178a9fdaab035cbe9 100644 (file)
@@ -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