1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-13 07:33:02 +00:00

ci: use Ubuntu 22.04 runner instead of Ubuntu 20.04 runner ()

the latter is deprecated; see https://github.com/actions/runner-images/issues/11101
This commit is contained in:
Charles Kerr 2025-03-04 11:12:51 -06:00 committed by GitHub
parent 43577e3df2
commit de782e4315
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -905,10 +905,10 @@ jobs:
name: binaries-${{ github.job }}
path: pfx/**/*
ubuntu-20-04-from-tarball:
ubuntu-22-04-from-tarball:
needs: [ make-source-tarball, what-to-make ]
if: ${{ needs.what-to-make.outputs.make-cli == 'true' || needs.what-to-make.outputs.make-daemon == 'true' || needs.what-to-make.outputs.make-gtk == 'true' || needs.what-to-make.outputs.make-qt == 'true' || needs.what-to-make.outputs.make-tests == 'true' || needs.what-to-make.outputs.make-utils == 'true' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Show Configuration
run: |