diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8440d15b..84fce7eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: lint: name: Lint - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -62,7 +62,7 @@ jobs: unit: name: Unit tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -151,7 +151,7 @@ jobs: name: Integration tests (microk8s) needs: - build - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -209,7 +209,7 @@ jobs: test-bundle: name: Test the bundle needs: build - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: diff --git a/.github/workflows/promote.yaml b/.github/workflows/promote.yaml index 8a33b385..5a0e7c43 100644 --- a/.github/workflows/promote.yaml +++ b/.github/workflows/promote.yaml @@ -17,7 +17,7 @@ on: jobs: promote-charm: name: Promote charm - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 - name: Release charm to channel