Skip to content

Commit

Permalink
fix: single platforms must follow the array-instring format
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 8, 2024
1 parent 7bc38cc commit c12c7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c12c7a6

Please sign in to comment.