Skip to content

Commit

Permalink
unit-packaging: removed RHEL 7 due to EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Jul 16, 2024
1 parent 1cccafa commit 28a36fc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/unit-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ amazonlinux-2, amazonlinux-2023, fedora-38, fedora-39, rhel-7, rhel-8, rhel-9 ]
os: [ amazonlinux-2, amazonlinux-2023, fedora-38, fedora-39, rhel-8, rhel-9 ]
arch: [ amd64, arm64 ]
exclude:
- os: rhel-7 # AWS does not provide an RHEL 7 arm64 AMI
arch: arm64
- os: fedora-38
arch: arm64
- os: fedora-39
Expand All @@ -81,11 +79,11 @@ jobs:
steps:
- name: checkout v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
if: ${{ matrix.os == 'amazonlinux-2' || matrix.os == 'rhel-7' }}
if: ${{ matrix.os == 'amazonlinux-2' }}

- name: checkout v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
if: ${{ matrix.os != 'amazonlinux-2' && matrix.os != 'rhel-7' }}
if: ${{ matrix.os != 'amazonlinux-2' }}

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down

0 comments on commit 28a36fc

Please sign in to comment.