Skip to content

Commit 5a65908

Browse files
Update release.yml
1 parent 96aa7f1 commit 5a65908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
needs:
175175
- plan
176176
- build-local-artifacts
177-
runs-on: "ubuntu-20.04"
177+
runs-on: "ubuntu-latest"
178178
env:
179179
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
180180
BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json
@@ -224,7 +224,7 @@ jobs:
224224
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') }}
225225
env:
226226
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
227-
runs-on: "ubuntu-20.04"
227+
runs-on: "ubuntu-latest"
228228
outputs:
229229
val: ${{ steps.host.outputs.manifest }}
230230
steps:

0 commit comments

Comments
 (0)