mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 22:07:00 +05:30
chore(deps): update dependency ubuntu to v22
This commit is contained in:
parent
1a29159807
commit
872073f7ef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -133,7 +133,7 @@ jobs:
|
||||||
# Build and packages all the platform-agnostic(ish) things
|
# Build and packages all the platform-agnostic(ish) things
|
||||||
upload-global-artifacts:
|
upload-global-artifacts:
|
||||||
needs: upload-local-artifacts
|
needs: 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:
|
||||||
|
@ -165,7 +165,7 @@ jobs:
|
||||||
|
|
||||||
upload-homebrew-formula:
|
upload-homebrew-formula:
|
||||||
needs: [create-release, upload-global-artifacts]
|
needs: [create-release, upload-global-artifacts]
|
||||||
runs-on: "ubuntu-20.04"
|
runs-on: "ubuntu-22.04"
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
RELEASES: ${{ needs.create-release.outputs.releases }}
|
RELEASES: ${{ needs.create-release.outputs.releases }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue