Skip to content

Commit

Permalink
try other ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
zseta committed Jul 2, 2024
1 parent 088e7b8 commit 44b401c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -21,9 +21,9 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.10

- name: Set up env
run: make -C docs setupenv
Expand Down

0 comments on commit 44b401c

Please sign in to comment.