Skip to content

Commit f0a55a3

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 5b6c85b commit f0a55a3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/integrate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
lint:
2525
name: Lint
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727

2828
steps:
2929
- name: Check out code
@@ -44,7 +44,7 @@ jobs:
4444

4545
unit:
4646
name: Unit tests
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-24.04
4848
strategy:
4949
fail-fast: false
5050
matrix:
@@ -70,7 +70,7 @@ jobs:
7070

7171
charm-integration:
7272
name: Integration tests (microk8s)
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-24.04
7474
strategy:
7575
fail-fast: false
7676
matrix:
@@ -101,7 +101,7 @@ jobs:
101101

102102
test-bundle:
103103
name: Test the bundle
104-
runs-on: ubuntu-20.04
104+
runs-on: ubuntu-24.04
105105

106106
steps:
107107
# Ideally we'd use self-hosted runners, but this effort is still not stable.

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
jobs:
2929
get-charm-paths:
3030
name: Generate the Charm Matrix
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
outputs:
3333
charm_paths_list: ${{ steps.get-charm-paths.outputs.CHARM_PATHS_LIST }}
3434
steps:
@@ -43,7 +43,7 @@ jobs:
4343

4444
publish-charm:
4545
name: Publish Charm
46-
runs-on: ubuntu-20.04
46+
runs-on: ubuntu-24.04
4747
needs: get-charm-paths
4848
strategy:
4949
fail-fast: false

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
promote-charm:
1919
name: Promote charm
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Release charm to channel

0 commit comments

Comments
 (0)