diff --git a/.github/workflows/redirects.yml b/.github/workflows/redirects.yml index a988f68759..990093fb3b 100644 --- a/.github/workflows/redirects.yml +++ b/.github/workflows/redirects.yml @@ -16,7 +16,7 @@ name: redirects jobs: docs: environment: release - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9adfb088e..490f1ebe12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: pypi: name: Publish to PyPI registry environment: release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: id-token: write diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 026c4bad47..6274ea858b 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -23,7 +23,7 @@ env: jobs: prepare: name: prepare - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: matrix: ${{ steps.generate_matrix.outputs.matrix }} steps: @@ -48,7 +48,7 @@ jobs: py313-devel platforms: linux,macos test-action: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 env: # This disables the github annotations in the output of ansible-lint action # which might confuse users. @@ -75,7 +75,7 @@ jobs: expected_return_code: "2" # expected to fail because the given argument does not exist in this folder build: name: ${{ matrix.name }} - runs-on: ${{ matrix.os || 'ubuntu-22.04' }} + runs-on: ${{ matrix.os || 'ubuntu-24.04' }} needs: - prepare defaults: @@ -175,7 +175,7 @@ jobs: # https://github.com/actions/toolkit/issues/193 codeql: name: codeql - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: actions: read contents: read @@ -220,7 +220,7 @@ jobs: - build - test-action - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: # checkout needed for codecov action which needs codecov.yml file diff --git a/.readthedocs.yml b/.readthedocs.yml index 6592c915e6..4a8a402926 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,7 @@ mkdocs: configuration: mkdocs.yml build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3.11" commands: diff --git a/README.md b/README.md index 892d1a020f..ed9d3ab3c3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ on: jobs: build: name: Ansible Lint # Naming the build is important to use it as a status check - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Run ansible-lint diff --git a/docs/installing.md b/docs/installing.md index 2e5628d701..ec26ccdb66 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -111,7 +111,7 @@ on: jobs: build: name: Ansible Lint # Naming the build is important to use it as a status check - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Run ansible-lint