From 95c4c18b1d504653f97499040f6a0c4ceb910e3e Mon Sep 17 00:00:00 2001 From: t2d Date: Mon, 10 Feb 2025 08:45:05 +0100 Subject: [PATCH] Raise runner version to 24.04 --- .github/workflows/ansible-integration-workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }}