Skip to content

Commit d697ae0

Browse files
ssbarneaabhikdps
andauthored
Use ubuntu-24.04 for testing (#498)
Co-authored-by: Abhinav Anand <[email protected]>
1 parent 1735165 commit d697ae0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
codeql:
4444
name: codeql
45-
runs-on: ubuntu-latest
45+
runs-on: ubuntu-24.04
4646
permissions:
4747
actions: read
4848
contents: read

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ mkdocs:
66
configuration: mkdocs.yml
77

88
build:
9-
os: ubuntu-22.04
9+
os: ubuntu-24.04
1010
tools:
11-
python: "3.11"
11+
python: "3.12"
1212
commands:
1313
- pip install --user tox
1414
- TOX_EXTRA_BINDEP=0 python3 -m tox -e docs -- --strict --site-dir=_readthedocs/html/

docs/user-guide/ci-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- integration
4141
- unit-galaxy
4242
- ansible-lint
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-24.04
4444
steps:
4545
- run: >-
4646
python -c "assert 'failure' not in

0 commit comments

Comments
 (0)