1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

add macos and windows to CI

This commit is contained in:
Matt Knight 2023-08-20 16:35:07 -07:00
parent 7b2fe71322
commit 97902076a2

View file

@ -12,8 +12,7 @@ jobs:
ci:
strategy:
matrix:
# platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [ubuntu-latest]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3