Skip to content

Commit

Permalink
Mark windows build in CI as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Oct 28, 2023
1 parent a7fd20f commit 0559ab2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:
strategy:
matrix:
zig_version: [0.11.0, master]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
include:
- os: windows-latest
experimental: true

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

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 0559ab2

Please sign in to comment.