Skip to content

Commit

Permalink
. e added windows and Mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ilandikov authored May 20, 2024
1 parent f42e0a6 commit a690a68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ on:

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

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

0 comments on commit a690a68

Please sign in to comment.