mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Pin the doctest workflow to Ubuntu 22.04 (#125236)
This commit is contained in:
parent
99400930ac
commit
7a10cdec35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reusable-docs.yml
vendored
2
.github/workflows/reusable-docs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue