mirror of
https://github.com/waku-org/nwaku.git
synced 2025-03-01 15:30:55 +00:00
Tiny fix in. setting 'os' instead of 'platform' (#1728)
This commit is contained in:
parent
4394c69db8
commit
e1e4ff3a38
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user