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 1212jobs :
1313
1414 format :
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-22 .04
1616 steps :
1717 - uses : actions/checkout@v4
1818 - uses : actions/setup-node@v4
@@ -155,7 +155,7 @@ jobs:
155155 runs-on : ${{ matrix.os }}
156156 strategy :
157157 matrix :
158- os : [ubuntu-20 .04]
158+ os : [ubuntu-22 .04]
159159 node-version : [18.x, 20.x]
160160
161161 name : " test: use node ${{ matrix.node-version }}"
@@ -186,7 +186,7 @@ jobs:
186186 runs-on : ${{ matrix.os }}
187187 strategy :
188188 matrix :
189- os : [ubuntu-20 .04]
189+ os : [ubuntu-22 .04]
190190 node-version : [18.x, 20.x]
191191
192192 name : " deploy: use node ${{ matrix.node-version }}"
@@ -216,7 +216,7 @@ jobs:
216216
217217 package :
218218 needs : [e2e-deploy-macos, e2e-deploy-linux, e2e-deploy-windows]
219- runs-on : ubuntu-20 .04
219+ runs-on : ubuntu-22 .04
220220
221221 steps :
222222 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1515 # https://github.com/cypress-io/github-action/issues/48
1616 fail-fast : false
1717 matrix :
18- os : [macos-12, windows-latest, ubuntu-20 .04]
18+ os : [macos-12, windows-latest, ubuntu-22 .04]
1919 node-version : [18.x, 20.x]
2020
2121 steps :
You can’t perform that action at this time.
0 commit comments