mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
Tiny fix in. setting 'os' instead of 'platform' (#1728)
This commit is contained in:
parent
b1af15a1e0
commit
bc416ffc8d
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