diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index a3892256..613a812c 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -10,7 +10,7 @@ on: jobs: lib-check: name: Check libraries - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v2 @@ -24,7 +24,7 @@ jobs: lint: name: Lint Check - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out code @@ -38,7 +38,7 @@ jobs: unit: name: Unit Test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out code @@ -52,7 +52,7 @@ jobs: integration: name: Integration tests (microk8s) - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Maximise GH runner space uses: easimon/maximize-build-space@v7 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3411983b..3195b5f6 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@v2 - name: Release charm to channel