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