Skip to content

Commit 01d9a89

Browse files
[3.12] Pin the doctest workflow to Ubuntu 22.04 (GH-125236) (#125241)
Pin the doctest workflow to Ubuntu 22.04 (GH-125236) (cherry picked from commit 7a10cde) Co-authored-by: Adam Turner <[email protected]>
1 parent caa4924 commit 01d9a89

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
@@ -92,7 +92,7 @@ jobs:
9292
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
9393
doctest:
9494
name: 'Doctest'
95-
runs-on: ubuntu-latest
95+
runs-on: ubuntu-22.04
9696
timeout-minutes: 60
9797
steps:
9898
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)