Skip to content

Commit

Permalink
Disable centos7.6 job
Browse files Browse the repository at this point in the history
  • Loading branch information
tswhison committed Dec 19, 2022
1 parent 9061f6a commit 53821af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
RPM:
strategy:
matrix:
distro: [centos7.6, fedora35, fedora36]
#distro: [centos7.6, fedora35, fedora36]
distro: [fedora35, fedora36]
runs-on: ubuntu-latest
name: Build ${{ matrix.distro }}
steps:
Expand Down

0 comments on commit 53821af

Please sign in to comment.