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:
Akhil Mohan 2024-06-20 07:07:18 +05:30
parent c25183ff19
commit 9077968119
No known key found for this signature in database
GPG Key ID: CB72A322B3B5DEDA
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
check:
name: Check Signed Tag
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
outputs:
stringver: ${{ steps.contentrel.outputs.stringver }}
@ -60,7 +60,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/api/v')
permissions:
contents: write
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
needs: [check]
steps:

View File

@ -22,7 +22,7 @@ jobs:
check:
name: Check Signed Tag
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 5
outputs:
stringver: ${{ steps.contentrel.outputs.stringver }}
@ -137,7 +137,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
permissions:
contents: write
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
needs: [build, check]
steps: