File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
name : Build
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-24 .04
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v4
30
30
31
31
test :
32
32
name : Test
33
- runs-on : ubuntu-20 .04
33
+ runs-on : ubuntu-24 .04
34
34
steps :
35
35
- name : Checkout
36
36
uses : actions/checkout@v4
61
61
62
62
lint :
63
63
name : Lint
64
- runs-on : ubuntu-20 .04
64
+ runs-on : ubuntu-24 .04
65
65
steps :
66
66
- name : Checkout
67
67
uses : actions/checkout@v4
83
83
84
84
licensedci :
85
85
name : Check Licenses
86
- runs-on : ubuntu-20 .04
86
+ runs-on : ubuntu-24 .04
87
87
steps :
88
88
- name : Checkout
89
89
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
analyse :
15
15
name : Analyse
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-24 .04
17
17
18
18
steps :
19
19
- name : Checkout
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release :
10
10
name : Release
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-24 .04
12
12
steps :
13
13
- name : Checkout
14
14
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments