diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-11-06 09:10:03 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-11-06 09:10:03 +0100 |
| commit | c59d14bce677da6cb1fca1e08861c3e3119f0e89 (patch) | |
| tree | 375b7dbfaab5487de946cdb8eb0b315cc9005579 | |
| parent | 0cd25ac92c46094d4c1e21bbaf9b9e8e5a1e23c5 (diff) | |
gen_bindings.yml: temporarily remove windows from test-zig job
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index e2c319dc..87e4736f 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -123,7 +123,8 @@ jobs: needs: gen-bindings strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + # os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest ] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@main |