From 978c6b3d1477d11fbfa58f366267aededb488eee Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Tue, 16 Jul 2024 00:17:16 -0700 Subject: [PATCH] Add quotes --- .github/workflows/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index ac25d884b..074b5a408 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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