File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
docs/guides/continuous-integration Expand file tree Collapse file tree 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
@@ -174,7 +174,7 @@ on: push
174
174
175
175
jobs:
176
176
cypress-run:
177
- runs-on: ubuntu-latest
177
+ runs-on: ubuntu-22.04
178
178
container: cypress/browsers:node12.18.3-chrome87-ff82
179
179
steps:
180
180
- name: Checkout
@@ -216,7 +216,7 @@ on: push
216
216
217
217
jobs:
218
218
install:
219
- runs-on: ubuntu-latest
219
+ runs-on: ubuntu-22.04
220
220
container: cypress/browsers:node12.18.3-chrome87-ff82
221
221
steps:
222
222
- name: Checkout
@@ -251,7 +251,7 @@ jobs:
251
251
# install:
252
252
# ....
253
253
cypress-run:
254
- runs-on: ubuntu-latest
254
+ runs-on: ubuntu-22.04
255
255
container: cypress/browsers:node12.18.3-chrome87-ff82
256
256
steps:
257
257
- name: Checkout
@@ -319,7 +319,7 @@ on: push
319
319
320
320
jobs:
321
321
install:
322
- runs-on: ubuntu-latest
322
+ runs-on: ubuntu-22.04
323
323
container: cypress/browsers:node12.18.3-chrome87-ff82
324
324
steps:
325
325
- name: Checkout
@@ -370,7 +370,7 @@ jobs:
370
370
# ...
371
371
372
372
ui-chrome-tests:
373
- runs-on: ubuntu-latest
373
+ runs-on: ubuntu-22.04
374
374
container: cypress/browsers:node12.18.3-chrome87-ff82
375
375
needs: install
376
376
strategy:
@@ -444,7 +444,7 @@ the configuration that was used in the install job.
444
444
` ` ` yaml
445
445
#...
446
446
ui-chrome-tests:
447
- runs-on: ubuntu-latest
447
+ runs-on: ubuntu-22.04
448
448
container: cypress/browsers:node12.18.3-chrome87-ff82
449
449
needs: install
450
450
strategy:
@@ -517,7 +517,7 @@ on: push
517
517
jobs:
518
518
cypress-run:
519
519
name: Cypress run
520
- runs-on: ubuntu-20 .04
520
+ runs-on: ubuntu-22 .04
521
521
steps:
522
522
- name: Checkout
523
523
uses: actions/checkout@v3
@@ -544,7 +544,7 @@ on: push
544
544
jobs:
545
545
cypress-run:
546
546
name: Cypress run
547
- runs-on: ubuntu-20 .04
547
+ runs-on: ubuntu-22 .04
548
548
steps:
549
549
- name: Checkout
550
550
uses: actions/checkout@v3
You can’t perform that action at this time.
0 commit comments