Skip to content

Commit

Permalink
CI: test the build on Windows and macOS, too
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Oct 11, 2023
1 parent 7bdb3c7 commit fa5133b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ on:

jobs:
build:
runs-on: ubuntu-latest
name: build-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

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

0 comments on commit fa5133b

Please sign in to comment.