Skip to content

Commit

Permalink
Add OS matrix to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Dec 20, 2024
1 parent 31bf6fc commit a4be9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build
runs-on: windows-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
Expand All @@ -18,7 +18,7 @@ jobs:
- Riverside.Markup.CompilerServices
- Riverside.Markup.InteropServices
# Add more projects here as needed
#os: [windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest]

outputs:
normalized_name: ${{ steps.normalize_name.outputs.normalized_name }}
Expand Down

0 comments on commit a4be9c9

Please sign in to comment.