Skip to content

Commit b58eb61

Browse files
committed
Update all GitHub actions workflows to Ubuntu latest
1 parent 3e04952 commit b58eb61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/latex.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
name: Test on LaTeX image
1212
container:
1313
image: ghcr.io/sphinx-doc/sphinx-ci

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
jobs:
99
ubuntu:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
name: Python ${{ matrix.python }} (${{ matrix.docutils }})
1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)