diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 167192e..c2333d4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Zig uses: goto-bus-stop/setup-zig@v2 with: - version: 0.12.0 + version: 0.13.0 - name: Run tests - run: zig build test --summary all \ No newline at end of file + run: zig build test --summary all