Skip to content

Commit

Permalink
🏗Build: GitHub Action - EOL linux distributions were removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
vookimedlo committed Dec 24, 2023
1 parent 0e72ca2 commit 909f259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
compiler: [gcc, clang]
distribution: [jammy, kinetic, lunar, mantic]
distribution: [jammy, lunar, mantic]
uses: ./.github/workflows/reusable_linux_build.yml
with:
docker_image: ghcr.io/vookimedlo/ubuntu-qt:qt6_latestdistroofficial_${{ matrix.compiler }}_${{ matrix.distribution }}
Expand All @@ -34,7 +34,7 @@ jobs:
fail-fast: true
matrix:
compiler: [gcc, clang]
distribution: [stable, 37, 38, 39]
distribution: [stable, 38, 39]
uses: ./.github/workflows/reusable_linux_build.yml
with:
docker_image: ghcr.io/vookimedlo/fedora-qt:qt6_latestdistroofficial_${{ matrix.compiler }}_${{ matrix.distribution }}
Expand Down

0 comments on commit 909f259

Please sign in to comment.