diff --git a/.github/workflows/ansible-integration-workflow.yaml b/.github/workflows/ansible-integration-workflow.yaml index 62a2c82..628e9ea 100644 --- a/.github/workflows/ansible-integration-workflow.yaml +++ b/.github/workflows/ansible-integration-workflow.yaml @@ -51,7 +51,7 @@ on: jobs: lint: name: Lint - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -75,7 +75,7 @@ jobs: test: name: Molecule - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: distro: ${{ fromJSON(inputs.distros) }}