Skip to content

Commit

Permalink
Use fixed GHA runners (#4361)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jan 14, 2025
1 parent 2f952b2 commit 23200bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
docs:
environment: release
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
environment: release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

forum_post:
needs: release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Retreive the forum post script from team-devtools
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
- python3 -m tox -e docs -- --strict --site-dir=_readthedocs/html/
Expand Down
2 changes: 1 addition & 1 deletion docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: Molecule Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
max-parallel: 4
matrix:
Expand Down

0 comments on commit 23200bc

Please sign in to comment.