mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
Merge pull request #36 from mattnite/ci-windows-mac
add macos and windows to CI
This commit is contained in:
commit
5f7133dd29
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build-zig-11.yml
vendored
3
.github/workflows/build-zig-11.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue