Skip to content

Commit 8543836

Browse files
ssbarneaabhikdps
andauthored
Use ubuntu 24.04 instead of 22.04 for testing (#432)
Co-authored-by: Abhinav Anand <[email protected]>
1 parent 3fd8894 commit 8543836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: release ${{ github.event.ref }}
1010
# unable to use environment with uses/with, basically cannot reuse release pipelines
1111
environment: release
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
id-token: write
1515

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mkdocs:
88
fail_on_warning: true
99

1010
build:
11-
os: ubuntu-22.04
11+
os: ubuntu-24.04
1212
tools:
1313
python: "3.11"
1414

0 commit comments

Comments
 (0)