Skip to content

Commit 7375b6c

Browse files
committed
ci: update image
1 parent cb8d899 commit 7375b6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ on:
4242
pull_request:
4343
push:
4444
tags:
45-
- '**[0-9]+.[0-9]+.[0-9]+*'
45+
- "**[0-9]+.[0-9]+.[0-9]+*"
4646

4747
jobs:
4848
# Run 'dist plan' (or host) to determine what tasks we need to do
4949
plan:
50-
runs-on: "ubuntu-20.04"
50+
runs-on: "ubuntu-22.04"
5151
outputs:
5252
val: ${{ steps.plan.outputs.manifest }}
5353
tag: ${{ !github.event.pull_request && github.ref_name || '' }}
@@ -168,7 +168,7 @@ jobs:
168168
needs:
169169
- plan
170170
- build-local-artifacts
171-
runs-on: "ubuntu-20.04"
171+
runs-on: "ubuntu-22.04"
172172
env:
173173
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
174174
BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json
@@ -218,7 +218,7 @@ jobs:
218218
if: ${{ always() && needs.plan.outputs.publishing == 'true' && (needs.build-global-artifacts.result == 'skipped' || needs.build-global-artifacts.result == 'success') && (needs.build-local-artifacts.result == 'skipped' || needs.build-local-artifacts.result == 'success') }}
219219
env:
220220
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
221-
runs-on: "ubuntu-20.04"
221+
runs-on: "ubuntu-22.04"
222222
outputs:
223223
val: ${{ steps.host.outputs.manifest }}
224224
steps:
@@ -276,7 +276,7 @@ jobs:
276276
needs:
277277
- plan
278278
- host
279-
runs-on: "ubuntu-20.04"
279+
runs-on: "ubuntu-22.04"
280280
env:
281281
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
282282
PLAN: ${{ needs.plan.outputs.val }}
@@ -326,7 +326,7 @@ jobs:
326326
# still allowing individual publish jobs to skip themselves (for prereleases).
327327
# "host" however must run to completion, no skipping allowed!
328328
if: ${{ always() && needs.host.result == 'success' && (needs.publish-homebrew-formula.result == 'skipped' || needs.publish-homebrew-formula.result == 'success') }}
329-
runs-on: "ubuntu-20.04"
329+
runs-on: "ubuntu-22.04"
330330
env:
331331
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
332332
steps:

0 commit comments

Comments
 (0)