Skip to content

Commit d293c91

Browse files
committed
Use Ubuntu 22.04 instead of 20.04.
1 parent 3991c85 commit d293c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-doc-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
test-python-oldest:
1919
name: Test in Python ${{ matrix.python-version }}
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121
strategy:
2222
fail-fast: false
2323
matrix:

0 commit comments

Comments
 (0)