Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 17, 2025

Verified

This commit was signed with the committer’s verified signature.
henrikvtcodes Henrik VT
1 parent b08a97e commit 6696883
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_scan_images.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ on:

jobs:
build-scan:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:

unit:
name: Unit Test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
charm: [controller, ui]
@@ -34,7 +34,7 @@ jobs:

charm-integration:
name: Individual charm's integration tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
charm: [controller, ui]
@@ -54,7 +54,7 @@ jobs:

lint:
name: Lint Code
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
charm: [controller, ui]
@@ -75,7 +75,7 @@ jobs:

bundle-integration:
name: Bundle Integration
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Check out code
uses: actions/checkout@v3
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -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:
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6696883

Please sign in to comment.