Skip to content

run only on linux

run only on linux #75

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
with:
nim-versions: '["version-2-0", "version-2-2"]'
# Ограничение выполнения только на Linux
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Check failure on line 18 in .github/workflows/nim.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/nim.yml (Line: 18, Col: 5): Unexpected value 'runs-on'