fix: update test runner to 0.13.0
This commit is contained in:
parent
e2c19c3c8f
commit
b7946a3393
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: 0.12.0
|
||||
version: 0.13.0
|
||||
- run: zig build test
|
||||
check-fmt:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -23,5 +23,5 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: 0.12.0
|
||||
version: 0.13.0
|
||||
- run: zig fmt --check .
|
||||
|
|
Loading…
Reference in a new issue