Skip to content

Commit a5026fa

Browse files
authored
Raise runner version to 24.04 (#33)
1 parent 474df12 commit a5026fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ansible-integration-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
jobs:
5252
lint:
5353
name: Lint
54-
runs-on: ubuntu-22.04
54+
runs-on: ubuntu-24.04
5555
steps:
5656
- name: Checkout
5757
uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
7575

7676
test:
7777
name: Molecule
78-
runs-on: ubuntu-22.04
78+
runs-on: ubuntu-24.04
7979
strategy:
8080
matrix:
8181
distro: ${{ fromJSON(inputs.distros) }}

0 commit comments

Comments
 (0)