Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent d1f6358 commit fd98224
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

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

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

unit:
name: Unit tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand All @@ -70,7 +70,7 @@ jobs:

charm-integration:
name: Integration tests (microk8s)
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

test-bundle:
name: Test the bundle
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
# Ideally we'd use self-hosted runners, but this effort is still not stable.
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 @@ -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
Expand Down

0 comments on commit fd98224

Please sign in to comment.