Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent 5811099 commit 978c6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]
steps:
- name: Free up storage
run: |
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
options: --privileged --mount type=bind,source=/,target=/host
strategy:
matrix:
os: [rockylinux:8, rockylinux:9, almalinux:8, almalinux:9]
os: ["rockylinux:8", "rockylinux:9", "almalinux:8", "almalinux:9"]
steps:
- name: check distro
run: cat /etc/os-release
Expand Down

0 comments on commit 978c6b3

Please sign in to comment.