File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
14
14
format :
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-22 .04
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- uses : actions/setup-node@v4
@@ -155,7 +155,7 @@ jobs:
155
155
runs-on : ${{ matrix.os }}
156
156
strategy :
157
157
matrix :
158
- os : [ubuntu-20 .04]
158
+ os : [ubuntu-22 .04]
159
159
node-version : [18.x, 20.x]
160
160
161
161
name : " test: use node ${{ matrix.node-version }}"
@@ -186,7 +186,7 @@ jobs:
186
186
runs-on : ${{ matrix.os }}
187
187
strategy :
188
188
matrix :
189
- os : [ubuntu-20 .04]
189
+ os : [ubuntu-22 .04]
190
190
node-version : [18.x, 20.x]
191
191
192
192
name : " deploy: use node ${{ matrix.node-version }}"
@@ -216,7 +216,7 @@ jobs:
216
216
217
217
package :
218
218
needs : [e2e-deploy-macos, e2e-deploy-linux, e2e-deploy-windows]
219
- runs-on : ubuntu-20 .04
219
+ runs-on : ubuntu-22 .04
220
220
221
221
steps :
222
222
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 15
15
# https://github.com/cypress-io/github-action/issues/48
16
16
fail-fast : false
17
17
matrix :
18
- os : [macos-12, windows-latest, ubuntu-20 .04]
18
+ os : [macos-12, windows-latest, ubuntu-22 .04]
19
19
node-version : [18.x, 20.x]
20
20
21
21
steps :
You can’t perform that action at this time.
0 commit comments