Skip to content

Commit

Permalink
Pin the doctest workflow to Ubuntu 22.04 (pythonGH-125236)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7a10cde)

Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
AA-Turner authored and miss-islington committed Oct 10, 2024
1 parent aa4da1e commit a4a1e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4a1e5a

Please sign in to comment.