mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
remove windows from CI
This commit is contained in:
parent
5f7133dd29
commit
4ad6cd9a4e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-zig-11.yml
vendored
2
.github/workflows/build-zig-11.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
ci:
|
ci:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ubuntu-latest, windows-latest, macos-latest]
|
platform: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue