From 963de87d9a56440bae3c1c95fcf58e37bd440c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Fri, 8 Nov 2024 14:57:13 +0100 Subject: [PATCH] fix: items --- .github/workflows/ci-test-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-go.yml b/.github/workflows/ci-test-go.yml index 679e554098..9c87421dc1 100644 --- a/.github/workflows/ci-test-go.yml +++ b/.github/workflows/ci-test-go.yml @@ -45,7 +45,7 @@ jobs: RYUK_RECONNECTION_TIMEOUT: "${{ inputs.project-directory == 'modules/compose' && '30s' || '10s' }}" strategy: matrix: - platform: ${{ inputs.project-directory == 'modulegen' && fromJSON('ubuntu-latest', 'macos-latest', 'windows-latest]') || fromJSON('ubuntu-latest') }} + platform: ${{ inputs.project-directory == 'modulegen' && fromJSON(ubuntu-latest, macos-latest, windows-latest) || fromJSON(ubuntu-latest) }} runs-on: ${{ matrix.platform }} steps: - name: Setup rootless Docker