From e1e4ff3a38b88e4cdf7c0729e76f0e901577ca5e Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com> Date: Tue, 16 May 2023 09:59:48 +0200 Subject: [PATCH] Tiny fix in. setting 'os' instead of 'platform' (#1728) --- .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 d13303369..1019f6dae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: if: ${{ needs.changes.outputs.legacy == 'true' || needs.changes.outputs.common == 'true' }} strategy: matrix: - platform: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} timeout-minutes: 60