mirror of
https://github.com/transmission/transmission
synced 2025-03-16 08:49:47 +00:00
Downgrade Fedora image used in GitHub Actions CI to 36 (#4070)
37 is still "rawhide" and it starts to pull in packages from 38 making things weird.
This commit is contained in:
parent
fa7100bdef
commit
dd4dce36a4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/actions.yml
vendored
4
.github/workflows/actions.yml
vendored
|
@ -467,12 +467,12 @@ jobs:
|
|||
name: binaries-${{ github.job }}
|
||||
path: pfx/**/*
|
||||
|
||||
fedora-37-from-tarball:
|
||||
fedora-36-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-22.04
|
||||
container:
|
||||
image: fedora:37
|
||||
image: fedora:36
|
||||
steps:
|
||||
- name: Show Configuration
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue