Update dependency ubuntu to v24

This commit is contained in:
renovate[bot] 2024-10-28 22:37:43 +00:00 committed by GitHub
parent 14746bef00
commit 28123fa9fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
jobs:
publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true

View File

@ -13,7 +13,7 @@ jobs:
defaults:
run:
working-directory: ./src
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ startsWith(github.ref, 'refs/tags/v') && github.repository == 'jellyfin/jellyfin-sdk-csharp' }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4