File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
24
24
lint :
25
25
name : Lint
26
- runs-on : ubuntu-20 .04
26
+ runs-on : ubuntu-24 .04
27
27
28
28
steps :
29
29
- name : Check out code
44
44
45
45
unit :
46
46
name : Unit tests
47
- runs-on : ubuntu-20 .04
47
+ runs-on : ubuntu-24 .04
48
48
strategy :
49
49
fail-fast : false
50
50
matrix :
70
70
71
71
charm-integration :
72
72
name : Integration tests (microk8s)
73
- runs-on : ubuntu-20 .04
73
+ runs-on : ubuntu-24 .04
74
74
strategy :
75
75
fail-fast : false
76
76
matrix :
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
test-bundle :
103
103
name : Test the bundle
104
- runs-on : ubuntu-20 .04
104
+ runs-on : ubuntu-24 .04
105
105
106
106
steps :
107
107
# Ideally we'd use self-hosted runners, but this effort is still not stable.
Original file line number Diff line number Diff line change 28
28
jobs :
29
29
get-charm-paths :
30
30
name : Generate the Charm Matrix
31
- runs-on : ubuntu-20 .04
31
+ runs-on : ubuntu-24 .04
32
32
outputs :
33
33
charm_paths_list : ${{ steps.get-charm-paths.outputs.CHARM_PATHS_LIST }}
34
34
steps :
43
43
44
44
publish-charm :
45
45
name : Publish Charm
46
- runs-on : ubuntu-20 .04
46
+ runs-on : ubuntu-24 .04
47
47
needs : get-charm-paths
48
48
strategy :
49
49
fail-fast : false
Original file line number Diff line number Diff line change 17
17
jobs :
18
18
promote-charm :
19
19
name : Promote charm
20
- runs-on : ubuntu-20 .04
20
+ runs-on : ubuntu-24 .04
21
21
steps :
22
22
- uses : actions/checkout@v3
23
23
- name : Release charm to channel
You can’t perform that action at this time.
0 commit comments