File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
cancel_previous :
12
12
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-22.04
14
14
steps :
15
15
16
16
with :
17
17
workflow_id : ${{ github.event.workflow.id }}
18
18
19
19
core-test :
20
20
needs : cancel_previous
21
- runs-on : ubuntu-latest
21
+ runs-on : ubuntu-22.04
22
22
23
23
steps :
24
24
- uses : actions/checkout@v2
42
42
43
43
android-test :
44
44
needs : cancel_previous
45
- runs-on : ubuntu-latest
45
+ runs-on : ubuntu-22.04
46
46
47
47
steps :
48
48
- uses : actions/checkout@v2
66
66
67
67
destination-test :
68
68
needs : cancel_previous
69
- runs-on : ubuntu-latest
69
+ runs-on : ubuntu-22.04
70
70
71
71
steps :
72
72
- uses : actions/checkout@v2
90
90
91
91
security :
92
92
needs : cancel_previous
93
- runs-on : ubuntu-latest
93
+ runs-on : ubuntu-22.04
94
94
95
95
steps :
96
96
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
create_jira :
10
10
name : Create Jira Ticket
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
environment : IssueTracker
13
13
steps :
14
14
- name : Checkout
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
release :
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-22.04
11
11
environment : deployment
12
12
steps :
13
13
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
snapshot :
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-22.04
10
10
environment : deployment
11
11
steps :
12
12
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments