diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-11-06 17:56:10 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-11-06 17:56:10 +0100 |
| commit | 19b9eb44faefc90cd3cf272fa347b4c73a622588 (patch) | |
| tree | 7f7dacd62733c87aa71a004715fc086e793ac904 | |
| parent | c59d14bce677da6cb1fca1e08861c3e3119f0e89 (diff) | |
ci: pin zig version to 0.15.2 (master currently all sorts of broken)
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 87e4736f..571dae48 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -123,8 +123,7 @@ jobs: needs: gen-bindings strategy: matrix: - # os: [ubuntu-latest, macos-latest, windows-latest] - os: [ubuntu-latest, macos-latest ] + os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@main @@ -132,7 +131,7 @@ jobs: repository: floooh/sokol-zig - uses: mlugg/setup-zig@v2 with: - version: master + version: 0.15.2 - uses: actions/download-artifact@main with: name: ignore-me-zig |