Skip to content

Commit

Permalink
stop running windows builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed May 17, 2024
1 parent 462ee1a commit cba7d56
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,12 @@ on:

jobs:
compile:

strategy:
matrix:
zig_version: [0.11.0, 0.12.0]
experimental: [false]
os: [ubuntu-latest]
include:
- zig_version: 0.11.0
os: windows-latest
experimental: true
- zig_version: 0.12.0
os: windows-latest
experimental: true

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

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

runs-on: ubuntu-latest

steps:
- name: Set up Zig
Expand Down

0 comments on commit cba7d56

Please sign in to comment.