Tiny fix in. setting 'os' instead of 'platform' (#1728)

This commit is contained in:
Ivan Folgueira Bande 2023-05-16 09:59:48 +02:00 committed by GitHub
parent b1af15a1e0
commit bc416ffc8d

View File

@ -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