We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e04952 commit b58eb61Copy full SHA for b58eb61
.github/workflows/latex.yml
@@ -7,7 +7,7 @@ permissions:
7
8
jobs:
9
test:
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
name: Test on LaTeX image
12
container:
13
image: ghcr.io/sphinx-doc/sphinx-ci
.github/workflows/main.yml
ubuntu:
name: Python ${{ matrix.python }} (${{ matrix.docutils }})
strategy:
fail-fast: false
0 commit comments