Skip to content

Commit

Permalink
[trivial] Run autodoc on Ubuntu 22.04 instead of 20.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed Feb 1, 2023
1 parent c9d36f7 commit 36c12bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Autodoc
if: github.repository == 'aibasel/downward'
timeout-minutes: 60
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
DOWNWARD_AUTODOC_PASSWORD: ${{ secrets.DOWNWARD_AUTODOC_PASSWORD }}
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@master
with:
python-version: 3.8
python-version: '3.10'

- name: Run autodoc
run: |
Expand Down

0 comments on commit 36c12bb

Please sign in to comment.