Skip to content

Commit

Permalink
Use "ubuntu-22.04" for documentation build tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Nov 29, 2022
1 parent 893105f commit 697b932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
python-version: [3.11]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 697b932

Please sign in to comment.