mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-16 16:47:01 +05:30
chore(deps): update dependency ubuntu to v22
This commit is contained in:
parent
1396cd8d22
commit
4eff3e1f12
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -132,7 +132,7 @@ jobs:
|
||||||
# Build and package all the platform-agnostic(ish) things
|
# Build and package all the platform-agnostic(ish) things
|
||||||
upload-global-artifacts:
|
upload-global-artifacts:
|
||||||
needs: [plan, upload-local-artifacts]
|
needs: [plan, upload-local-artifacts]
|
||||||
runs-on: "ubuntu-20.04"
|
runs-on: "ubuntu-22.04"
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -176,7 +176,7 @@ jobs:
|
||||||
|
|
||||||
publish-homebrew-formula:
|
publish-homebrew-formula:
|
||||||
needs: [plan, should-publish]
|
needs: [plan, should-publish]
|
||||||
runs-on: "ubuntu-20.04"
|
runs-on: "ubuntu-22.04"
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PLAN: ${{ needs.plan.outputs.val }}
|
PLAN: ${{ needs.plan.outputs.val }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue