Skip to content

Commit e3c8404

Browse files
committed
chore: update docs workflow
1 parent bb9debc commit e3c8404

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
prepare:
2323
name: Get Current version
24-
runs-on: ubuntu-24.04
24+
runs-on: ubuntu-22.04
2525

2626
outputs:
2727
version: ${{ steps.version.outputs.value }}
@@ -46,7 +46,7 @@ jobs:
4646
4747
publish-docs:
4848
name: Publish Docs
49-
runs-on: ubuntu-24.04
49+
runs-on: ubuntu-22.04
5050

5151
needs:
5252
- prepare
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Python
6767
uses: actions/setup-python@v5
6868
with:
69-
python-version: "3.13"
69+
python-version: "3.11"
7070

7171
- name: Cache pip dependencies
7272
id: cache

0 commit comments

Comments
 (0)