Skip to content

Commit

Permalink
GitHub Actions: remove Fedora Linux from build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas955 committed Mar 13, 2021
1 parent 7fd58ed commit bc28243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ['ubuntu:18.04', 'ubuntu:20.04', 'debian:stretch', 'debian:buster', 'debian:bullseye', 'centos:7', 'centos:8', 'fedora:29', 'fedora:30', 'fedora:31']
image: ['ubuntu:18.04', 'ubuntu:20.04', 'debian:stretch', 'debian:buster', 'debian:bullseye', 'centos:7', 'centos:8']

name: Build on ${{ matrix.image }}
container: ${{ matrix.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ['centos:7', 'centos:8', 'fedora:29', 'fedora:30', 'fedora:31']
image: ['centos:7', 'centos:8']

name: Build RPMs on ${{ matrix.image }}
container: ${{ matrix.image }}
Expand Down

0 comments on commit bc28243

Please sign in to comment.