File tree 1 file changed +9
-9
lines changed
docs/guides/continuous-integration
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ on: push
92
92
93
93
jobs:
94
94
cypress-run:
95
- runs-on: ubuntu-latest
95
+ runs-on: ubuntu-22.04
96
96
steps:
97
97
- name: Checkout
98
98
uses: actions/checkout@v3
@@ -149,7 +149,7 @@ on: push
149
149
150
150
jobs:
151
151
cypress-run:
152
- runs-on: ubuntu-latest
152
+ runs-on: ubuntu-22.04
153
153
container: cypress/browsers:node12.18.3-chrome87-ff82
154
154
steps:
155
155
- name: Checkout
@@ -191,7 +191,7 @@ on: push
191
191
192
192
jobs:
193
193
install:
194
- runs-on: ubuntu-latest
194
+ runs-on: ubuntu-22.04
195
195
container: cypress/browsers:node12.18.3-chrome87-ff82
196
196
steps:
197
197
- name: Checkout
@@ -226,7 +226,7 @@ jobs:
226
226
# install:
227
227
# ....
228
228
cypress-run:
229
- runs-on: ubuntu-latest
229
+ runs-on: ubuntu-22.04
230
230
container: cypress/browsers:node12.18.3-chrome87-ff82
231
231
steps:
232
232
- name: Checkout
@@ -294,7 +294,7 @@ on: push
294
294
295
295
jobs:
296
296
install:
297
- runs-on: ubuntu-latest
297
+ runs-on: ubuntu-22.04
298
298
container: cypress/browsers:node12.18.3-chrome87-ff82
299
299
steps:
300
300
- name: Checkout
@@ -345,7 +345,7 @@ jobs:
345
345
# ...
346
346
347
347
ui-chrome-tests:
348
- runs-on: ubuntu-latest
348
+ runs-on: ubuntu-22.04
349
349
container: cypress/browsers:node12.18.3-chrome87-ff82
350
350
needs: install
351
351
strategy:
@@ -419,7 +419,7 @@ the configuration that was used in the install job.
419
419
` ` ` yaml
420
420
#...
421
421
ui-chrome-tests:
422
- runs-on: ubuntu-latest
422
+ runs-on: ubuntu-22.04
423
423
container: cypress/browsers:node12.18.3-chrome87-ff82
424
424
needs: install
425
425
strategy:
@@ -492,7 +492,7 @@ on: push
492
492
jobs:
493
493
cypress-run:
494
494
name: Cypress run
495
- runs-on: ubuntu-20 .04
495
+ runs-on: ubuntu-22 .04
496
496
steps:
497
497
- name: Checkout
498
498
uses: actions/checkout@v3
@@ -519,7 +519,7 @@ on: push
519
519
jobs:
520
520
cypress-run:
521
521
name: Cypress run
522
- runs-on: ubuntu-20 .04
522
+ runs-on: ubuntu-22 .04
523
523
steps:
524
524
- name: Checkout
525
525
uses: actions/checkout@v3
You can’t perform that action at this time.
0 commit comments