Skip to content

Commit

Permalink
Switch to latest upcoming image
Browse files Browse the repository at this point in the history
GHA image ubuntu-latest will switch from 22.04 to 24.04 in August.
Switching to use the upcoming latest version
  • Loading branch information
tonyskapunk committed Jun 13, 2024
1 parent a809b6b commit f4eb68a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
ansible-lint:
name: Ansible-lint Check
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

check-all-dependencies-are-merged:
name: "Check all dependencies are merged"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:

- name: Check all dependent Pull Requests are merged
Expand All @@ -158,7 +158,7 @@ jobs:

check-docs:
name: Check version, documentation and README
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f4eb68a

Please sign in to comment.