diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 3a4b6fe..8e111aa 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -11,7 +11,7 @@ jobs: lib-check: name: Check libraries - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3 @@ -25,7 +25,7 @@ jobs: lint: name: Lint Check - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out code @@ -39,7 +39,7 @@ jobs: unit: name: Unit Test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out code @@ -53,7 +53,7 @@ jobs: integration: name: Integration Test (build and deploy) - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out repo diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index aeca9a7..5cf9f36 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,7 +28,7 @@ on: jobs: get-charm-paths: name: Generate the Charm Matrix - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 outputs: charm_paths_list: ${{ steps.get-charm-paths.outputs.CHARM_PATHS_LIST }} steps: @@ -43,7 +43,7 @@ jobs: publish-charm: name: Publish Charm - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: get-charm-paths strategy: fail-fast: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5fb416f..5f12a8e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ on: jobs: promote-charm: name: Promote charm - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Release charm to channel