https://github.com/python/cpython/commit/288a0692edc50dd7cf66a6b23899a61144ed94ef
commit: 288a0692edc50dd7cf66a6b23899a61144ed94ef
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-10-10T10:27:48Z
summary:

[3.13] Pin the doctest workflow to Ubuntu 22.04 (GH-125236) (#125240)

Co-authored-by: Adam Turner <[email protected]>

files:
M .github/workflows/build.yml
M .github/workflows/reusable-docs.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4462bfa54a16cf..89bf7b1ea585c6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
 
   check_abi:
     name: 'Check if the ABI has changed'
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
     steps:
diff --git a/.github/workflows/reusable-docs.yml 
b/.github/workflows/reusable-docs.yml
index 4b021b3dc32f15..7755cb431bd301 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to