Skip to content

Commit 1e6cb40

Browse files
committed
chore: pin Ubuntu LTS version, bump python to 3.11
1 parent 5228a5c commit 1e6cb40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
publish:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v5
1414
- uses: actions/setup-python@v6
1515
with:
16-
python-version: '3.9'
16+
python-version: '3.11'
1717

1818
- run: pip install -r requirements.txt
1919
- run: sphinx-build docs/standard build -c .

0 commit comments

Comments
 (0)