File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
javascript-build :
21
21
name : ' Check javascript build'
22
22
if : " !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]')"
23
- runs-on : ' ubuntu-20.04 '
23
+ runs-on : ' ubuntu-latest '
24
24
25
25
strategy :
26
26
matrix :
Original file line number Diff line number Diff line change 16
16
cs :
17
17
name : ' Check coding style'
18
18
if : " !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]')"
19
- runs-on : ' ubuntu-20.04 '
19
+ runs-on : ' ubuntu-latest '
20
20
21
21
strategy :
22
22
matrix :
57
57
stan :
58
58
name : ' Static code analyzer'
59
59
if : " !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]')"
60
- runs-on : ' ubuntu-20.04 '
60
+ runs-on : ' ubuntu-latest '
61
61
continue-on-error : true
62
62
63
63
strategy :
98
98
unit :
99
99
name : ' Run unit tests'
100
100
if : " !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]')"
101
- runs-on : ' ubuntu-20.04 '
101
+ runs-on : ' ubuntu-latest '
102
102
env :
103
103
BEDITA_API_KEY : 12345
104
104
BEDITA_API : http://127.0.0.1:8080
You can’t perform that action at this time.
0 commit comments