From c12c7a6c5a680bd8ece96901809f7f6f82765ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Fri, 8 Nov 2024 19:49:52 +0100 Subject: [PATCH] fix: single platforms must follow the array-instring format --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f4c54a5ce..32bece8899 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: with: go-version: ${{ matrix.go-version }} fail-fast: false - platforms: 'ubuntu-latest' + platforms: '["ubuntu-latest"]' project-directory: "." rootless-docker: false ryuk-disabled: true @@ -100,7 +100,7 @@ jobs: with: go-version: ${{ matrix.go-version }} fail-fast: false - platforms: 'ubuntu-latest' + platforms: '["ubuntu-latest"]' project-directory: "." rootless-docker: true ryuk-disabled: false