From bc416ffc8dd6653d407f74778e17ad06f9fcd7de 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