We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd8894 commit 8543836Copy full SHA for 8543836
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
name: release ${{ github.event.ref }}
10
# unable to use environment with uses/with, basically cannot reuse release pipelines
11
environment: release
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
13
permissions:
14
id-token: write
15
readthedocs.yml
@@ -8,7 +8,7 @@ mkdocs:
8
fail_on_warning: true
build:
- os: ubuntu-22.04
+ os: ubuntu-24.04
tools:
python: "3.11"
0 commit comments