Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

lint:
name: Lint Check
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- name: Check out code
Expand All @@ -31,7 +31,7 @@ jobs:

unit:
name: Unit Test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- name: Check out code
Expand All @@ -45,7 +45,7 @@ jobs:

get-integration-environments:
name: Get integration environments
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
environments: ${{ steps.script.outputs.environments }}
steps:
Expand All @@ -58,7 +58,7 @@ jobs:
integration:
name: Integration Test (build and deploy)
needs: get-integration-environments
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
tox-environments: ${{ fromJson(needs.get-integration-environments.outputs.environments) }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
jobs:
get-charm-paths:
name: Generate the Charm Matrix
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
charm_paths_list: ${{ steps.get-charm-paths.outputs.CHARM_PATHS_LIST }}
steps:
Expand All @@ -43,7 +43,7 @@ jobs:

publish-charm:
name: Publish Charm
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: get-charm-paths
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
promote-charm:
name: Promote charm
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Release charm to channel
Expand Down