Skip to content

Commit

Permalink
github: fix build-rpm-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wheeler committed Aug 14, 2024
1 parent 26a73a5 commit 6d83f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [fedora:38, fedora:37, almalinux:9, almalinux:8]
os: ["fedora:38", "fedora:37", "almalinux:9", "almalinux:8"]

steps:
- name: Checkout code
Expand Down

0 comments on commit 6d83f89

Please sign in to comment.