Skip to content

Commit

Permalink
feat: Run ci against multiple env's
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jan 27, 2025
1 parent 79d18de commit 6936119
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ concurrency:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6936119

Please sign in to comment.