mirror of https://github.com/python/cpython
Pin the doctest workflow to Ubuntu 22.04 (#125236)
This commit is contained in:
parent
99400930ac
commit
7a10cdec35
|
@ -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…
Reference in New Issue