Add quotes

This commit is contained in:
Jordan Carlin 2024-07-16 00:17:16 -07:00
parent 5811099446
commit 978c6b3d14
No known key found for this signature in database

View File

@ -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: |
@ -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