8000 Pin the doctest workflow to Ubuntu 22.04 (#125236) · python/cpython@7a10cde · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a10cde

Browse files
authored
Pin the doctest workflow to Ubuntu 22.04 (#125236)
1 parent 9940093 commit 7a10cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
9696
doctest:
9797
name: 'Doctest'
98-
runs-on: ubuntu-latest
98+
runs-on: ubuntu-22.04
9999
timeout-minutes: 60
100100
steps:
101101
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
0