Skip to content

Commit

Permalink
pkg: Build RPM on fc39 in addition to fc38
Browse files Browse the repository at this point in the history
  • Loading branch information
igorauad committed Dec 6, 2023
1 parent 8c575d9 commit c53e336
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rpm_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
container: ["fedora:38", "fedora:39"]
container:
image: fedora:38
image: ${{ matrix.container }}
steps:
- name: Install git
run: |
Expand Down

0 comments on commit c53e336

Please sign in to comment.