File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
chromatic-deployment :
20
20
name : Chromatic Core
21
21
if : github.event.pull_request.draft == false
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-20 .04
23
23
steps :
24
24
- name : Checkout repository
25
25
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 19
19
chromatic-deployment :
20
20
name : Chromatic Staking
21
21
if : github.event.pull_request.draft == false
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-20 .04
23
23
steps :
24
24
- name : Checkout repository
25
25
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 19
19
chromatic-deployment :
20
20
name : Chromatic UI
21
21
if : github.event.pull_request.draft == false
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-20 .04
23
23
steps :
24
24
- name : Checkout repository
25
25
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
18
18
jobs :
19
19
prepare :
20
20
name : Prepare
21
- runs-on : ubuntu-22 .04
21
+ runs-on : ubuntu-20 .04
22
22
23
23
steps :
24
24
- name : Checkout repository
80
80
81
81
unitTests :
82
82
name : Unit tests
83
- runs-on : ubuntu-22 .04
83
+ runs-on : ubuntu-20 .04
84
84
needs : prepare
85
85
86
86
steps :
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
smokeTests :
146
146
name : Smoke tests
147
- runs-on : ubuntu-22 .04
147
+ runs-on : ubuntu-20 .04
148
148
needs : prepare
149
149
150
150
steps :
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
publish-reports-linux :
147
147
if : always()
148
148
needs : run-tests-windows
149
- runs-on : ubuntu-22 .04
149
+ runs-on : ubuntu-20 .04
150
150
steps :
151
151
- name : Checkout repository
152
152
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
14
14
jobs :
15
15
sonarcloud :
16
16
name : SonarCloud Code Analysis
17
- runs-on : ubuntu-22 .04
17
+ runs-on : ubuntu-20 .04
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
with :
You can’t perform that action at this time.
0 commit comments