Skip to content

* move multiple values of runs-on into matrix.runs-on following h… #121

* move multiple values of runs-on into matrix.runs-on following h…

* move multiple values of runs-on into matrix.runs-on following h… #121

Workflow file for this run

# https://stackoverflow.com/questions/75318609/matrix-strategy-over-entire-workflow-in-github-actions/75337311#75337311
name: c#
on:
push:
paths: [c#/**]
jobs:
build:
strategy:
matrix:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
uses: ./.github/baseflows/c#.yml

Check failure on line 12 in .github/workflows/c#.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/c#.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
runs-on: ${{ matrix.runs-on }}