Pin the doctest workflow to Ubuntu 22.04 (#125236)

This commit is contained in:
Adam Turner 2024-10-10 10:34:55 +01:00 committed by GitHub
parent 99400930ac
commit 7a10cdec35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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