From 047ded90030086bb77a887582b2d304a01473db8 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Fri, 15 Aug 2025 17:53:01 +0200 Subject: gen_bindings.yml: remove Windows from the zig test matrix (because of broken package fetch) --- .github/workflows/gen_bindings.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 3006788b..37785709 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -123,7 +123,9 @@ jobs: needs: gen-bindings strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + # NOTE: don't run test on Windows until zig package fetch is fixed + # os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@main -- cgit v1.2.3