Skip to content

Commit 03656b2

Browse files
chore(deps): update dependency ubuntu to v24
1 parent fd6a70b commit 03656b2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/build_and_scan_images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-scan:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111

1212
steps:
1313
- name: Checkout

Diff for: .github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
lint:
5656
name: Lint
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-24.04
5858
strategy:
5959
fail-fast: false
6060
matrix:
@@ -68,7 +68,7 @@ jobs:
6868

6969
unit:
7070
name: Unit tests
71-
runs-on: ubuntu-20.04
71+
runs-on: ubuntu-24.04
7272
strategy:
7373
fail-fast: false
7474
matrix:
@@ -124,7 +124,7 @@ jobs:
124124
name: Integration tests (microk8s)
125125
needs:
126126
- build
127-
runs-on: ubuntu-20.04
127+
runs-on: ubuntu-24.04
128128
strategy:
129129
fail-fast: false
130130
matrix:
@@ -161,7 +161,7 @@ jobs:
161161
test-bundle:
162162
name: Test the bundle
163163
needs: build
164-
runs-on: ubuntu-20.04
164+
runs-on: ubuntu-24.04
165165
steps:
166166
- name: Check out code
167167
uses: actions/checkout@v3

Diff for: .github/workflows/promote.yaml

+1-1
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)