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

Merge pull request #36 from mattnite/ci-windows-mac

add macos and windows to CI
This commit is contained in:
Rene Schallner 2023-08-21 04:14:57 +02:00 committed by GitHub
commit 5f7133dd29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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