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:
parent
7b2fe71322
commit
97902076a2
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