Skip to content

Commit

Permalink
Add experimental ci builds for windows on both Zig 0.11.x and 0.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Oct 28, 2023
1 parent 0afacbd commit d14b548
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
os: [ubuntu-latest]
experimental: [false]
include:
- os: windows-latest
- zig_version: 0.11.0
os: windows-latest
experimental: true
- zig_version: master
os: windows-latest
experimental: true

continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit d14b548

Please sign in to comment.