Skip to content

Commit 4f05b45

Browse files
committed
GitHub Actions: remove Fedora Linux from build targets
1 parent e354f4a commit 4f05b45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
image: ['ubuntu:18.04', 'ubuntu:20.04', 'debian:stretch', 'debian:buster', 'debian:bullseye', 'centos:7', 'centos:8', 'fedora:30', 'fedora:31']
11+
image: ['ubuntu:18.04', 'ubuntu:20.04', 'debian:stretch', 'debian:buster', 'debian:bullseye', 'centos:7', 'centos:8']
1212

1313
name: Build on ${{ matrix.image }}
1414
container: ${{ matrix.image }}

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
image: ['centos:7', 'centos:8', 'fedora:30', 'fedora:31']
59+
image: ['centos:7', 'centos:8']
6060

6161
name: Build RPMs on ${{ matrix.image }}
6262
container: ${{ matrix.image }}

0 commit comments

Comments
 (0)