Skip to content

Commit

Permalink
workflow syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
dzsquared committed Jan 10, 2024
1 parent 09aad2c commit f441f82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:

jobs:
build:
runs-on: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v2
Expand Down

0 comments on commit f441f82

Please sign in to comment.