From 000c40a557dc13112a5979473adff5daa9868826 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 29 Oct 2020 19:43:00 -0700 Subject: [PATCH] this syntax? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9689b4..d29bd58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push] jobs: perl-job: - runs-on: [self-hosted, ${{ matrix.architecture }}] + runs-on: [self-hosted, "${{ matrix.architecture }}" ] container: image: perl:${{ matrix.perl-version }} strategy: