mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
changed github workflow action ubuntu version to ubuntu-22.04 (#6683)
This commit is contained in:
parent
e183a0cc63
commit
0d599ef2dc
4
.github/workflows/build-aio-branch.yml
vendored
4
.github/workflows/build-aio-branch.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
|||||||
|
|
||||||
full_build_push:
|
full_build_push:
|
||||||
if: ${{ needs.branch_build_setup.outputs.do_full_build == 'true' }}
|
if: ${{ needs.branch_build_setup.outputs.do_full_build == 'true' }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
needs: [branch_build_setup]
|
needs: [branch_build_setup]
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: full
|
BUILD_TYPE: full
|
||||||
@ -148,7 +148,7 @@ jobs:
|
|||||||
|
|
||||||
slim_build_push:
|
slim_build_push:
|
||||||
if: ${{ needs.branch_build_setup.outputs.do_slim_build == 'true' }}
|
if: ${{ needs.branch_build_setup.outputs.do_slim_build == 'true' }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
needs: [branch_build_setup]
|
needs: [branch_build_setup]
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: slim
|
BUILD_TYPE: slim
|
||||||
|
|||||||
2
.github/workflows/feature-deployment.yml
vendored
2
.github/workflows/feature-deployment.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
full_build_push:
|
full_build_push:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
needs: [branch_build_setup]
|
needs: [branch_build_setup]
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: full
|
BUILD_TYPE: full
|
||||||
|
|||||||
2
.github/workflows/sync-repo.yml
vendored
2
.github/workflows/sync-repo.yml
vendored
@ -11,7 +11,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync_changes:
|
sync_changes:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user