We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.zig
webui
1 parent c571a0b commit aec7f06Copy full SHA for aec7f06
3 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
os: [ubuntu-latest, macos-latest, windows-latest]
22
- version: [0.11.0, 0.12.0, 0.13.0, ""]
+ version: [0.12.0, 0.13.0, ""]
23
fail-fast: false
24
runs-on: ${{ matrix.os }}
25
steps:
0 commit comments