Skip to content

Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /c#/imagePipeline #144

Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /c#/imagePipeline

Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /c#/imagePipeline #144

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:
runs-on:
strategy:
matrix:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
uses: ./.github/workflows/c#_base.yml
with:
runs-on: ${{ matrix.runs-on }}