Update dependency ubuntu to v22 (#18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-25 16:04:47 -07:00 committed by GitHub
parent 846e9c5137
commit 33d983972f
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-20.04
runs-on: ubuntu-22.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-20.04
runs-on: ubuntu-22.04
if: ${{ startsWith(github.ref, 'refs/tags/v') && github.repository == 'jellyfin/jellyfin-sdk-csharp' }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4