Skip to content

Commit

Permalink
feat: workflow window, ubuntu, macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Sep 18, 2023
1 parent b3946c7 commit 4e12125
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
paths:
- '**.cs'
- '**.csproj'
- '**.sln'

jobs:
build-and-test:
Expand All @@ -18,7 +19,7 @@ jobs:
strategy:
matrix:
dotnet-version: [ '7.0.x' ]
os: [ windows-latest ]
os: [ windows-latest, ubuntu-latest, macos-latest ]

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

0 comments on commit 4e12125

Please sign in to comment.