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 4394c69db8
commit e1e4ff3a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ jobs:
if: ${{ needs.changes.outputs.legacy == 'true' || needs.changes.outputs.common == 'true' }} if: ${{ needs.changes.outputs.legacy == 'true' || needs.changes.outputs.common == 'true' }}
strategy: strategy:
matrix: matrix:
platform: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 60 timeout-minutes: 60