Skip to content

Commit

Permalink
Remove RockyLinux 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Dec 17, 2024
1 parent f2abb98 commit 44ef24e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@ name: RockyLinux
on: [push]

jobs:
RockyLinux8:
runs-on: ubuntu-20.04
container: rockylinux:8
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/deploy-rockylinux
RockyLinux9:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container: rockylinux:9
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/deploy-rockylinux-9
- uses: ./.github/actions/deploy-rockylinux-9

0 comments on commit 44ef24e

Please sign in to comment.