Skip to content

Commit

Permalink
Update all GitHub actions workflows to Ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Oct 14, 2022
1 parent 3e04952 commit b58eb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Test on LaTeX image
container:
image: ghcr.io/sphinx-doc/sphinx-ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
ubuntu:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Python ${{ matrix.python }} (${{ matrix.docutils }})
strategy:
fail-fast: false
Expand Down

0 comments on commit b58eb61

Please sign in to comment.