Skip to content

deps(c#): Update c# #443

deps(c#): Update c#

deps(c#): Update c# #443

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#/**
- .github/workflows/c#*.yaml
- .github/actions/c#/action.yaml
jobs:
runs-on:
strategy:
matrix:
runs-on:
- ubuntu-latest
- windows-latest
- macos-latest
fail-fast: false
uses: ./.github/workflows/c#_base.yaml
with:
runs-on: ${{ matrix.runs-on }}