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 0afacbd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
strategy:
matrix:
zig_version: [0.11.0, master]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
experimental: [false]
include:
- os: windows-latest
experimental: true

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

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

Expand Down

0 comments on commit 0afacbd

Please sign in to comment.