diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22059e0..a7e3847 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ env: jobs: lint: name: Lint - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout @@ -54,7 +54,7 @@ jobs: test: name: Molecule test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: max-parallel: 3 @@ -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