update release runners to ubuntu 24.04
update all runners except the binary building job to ubuntu-24.04 Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
parent
c25183ff19
commit
9077968119
4
.github/workflows/api-release.yml
vendored
4
.github/workflows/api-release.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
check:
|
check:
|
||||||
name: Check Signed Tag
|
name: Check Signed Tag
|
||||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/api/v')
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/api/v')
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
outputs:
|
outputs:
|
||||||
stringver: ${{ steps.contentrel.outputs.stringver }}
|
stringver: ${{ steps.contentrel.outputs.stringver }}
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/api/v')
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/api/v')
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
needs: [check]
|
needs: [check]
|
||||||
steps:
|
steps:
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
check:
|
check:
|
||||||
name: Check Signed Tag
|
name: Check Signed Tag
|
||||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
outputs:
|
outputs:
|
||||||
stringver: ${{ steps.contentrel.outputs.stringver }}
|
stringver: ${{ steps.contentrel.outputs.stringver }}
|
||||||
@ -137,7 +137,7 @@ jobs:
|
|||||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
needs: [build, check]
|
needs: [build, check]
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user