Skip to content

Commit

Permalink
Use ubuntu-24.04 for testing (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhinav Anand <abanand@redhat.com>
  • Loading branch information
ssbarnea and abhikdps authored Dec 13, 2024
1 parent 1735165 commit d697ae0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

codeql:
name: codeql
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ mkdocs:
configuration: mkdocs.yml

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.11"
python: "3.12"
commands:
- pip install --user tox
- TOX_EXTRA_BINDEP=0 python3 -m tox -e docs -- --strict --site-dir=_readthedocs/html/
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/ci-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- integration
- unit-galaxy
- ansible-lint
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- run: >-
python -c "assert 'failure' not in
Expand Down

0 comments on commit d697ae0

Please sign in to comment.