Skip to content

Commit

Permalink
Upgrade GitHub Actions to Ubuntu Jammy
Browse files Browse the repository at this point in the history
Focal is getting a bit old.
  • Loading branch information
freemanjp committed May 27, 2024
1 parent ff6126d commit 52a17ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

test:
name: Molecule test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
max-parallel: 3
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
test-all:
if: ${{ always() }}
name: Test (matrix)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- lint
- test
Expand Down

0 comments on commit 52a17ce

Please sign in to comment.