Skip to content

Commit

Permalink
GitHub actions: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperroloff committed Feb 23, 2024
1 parent a980e95 commit 7e6b816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
container: [fedora:37, fedora:38, fedora:39, rockylinux:9, rockylinux:9.3]
container: ["fedora:37", "fedora:38", "fedora:39", "rockylinux:9", "rockylinux:9.3"]
runs-on: ubuntu-latest
container: ${{ matrix.container }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
container: [fedora:37, fedora:38, fedora:39, rockylinux:9, rockylinux:9.3]
container: ["fedora:37", "fedora:38", "fedora:39", "rockylinux:9", "rockylinux:9.3"]
runs-on: ubuntu-latest
container: ${{ matrix.container }}
steps:
Expand Down

0 comments on commit 7e6b816

Please sign in to comment.