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 (#7465)
the latter is deprecated; see https://github.com/actions/runner-images/issues/11101
This commit is contained in:
parent
43577e3df2
commit
de782e4315
1 changed files with 2 additions and 2 deletions
4
.github/workflows/actions.yml
vendored
4
.github/workflows/actions.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue