Skip to content

Commit 4df955a

Browse files
authored
Bump Ubuntu version to hopefully fix release.yml workflow
1 parent a35a318 commit 4df955a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
needs:
158158
- plan
159159
- build-local-artifacts
160-
runs-on: "ubuntu-20.04"
160+
runs-on: "ubuntu-22.04"
161161
env:
162162
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163163
BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json
@@ -204,7 +204,7 @@ jobs:
204204
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') }}
205205
env:
206206
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
207-
runs-on: "ubuntu-20.04"
207+
runs-on: "ubuntu-22.04"
208208
outputs:
209209
val: ${{ steps.host.outputs.manifest }}
210210
steps:
@@ -244,7 +244,7 @@ jobs:
244244
# still allowing individual publish jobs to skip themselves (for prereleases).
245245
# "host" however must run to completion, no skipping allowed!
246246
if: ${{ always() && needs.host.result == 'success' }}
247-
runs-on: "ubuntu-20.04"
247+
runs-on: "ubuntu-22.04"
248248
env:
249249
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
250250
steps:

0 commit comments

Comments
 (0)