mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
update zig version
This commit is contained in:
parent
929a236463
commit
bef03af8b4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-current-zig.yml
vendored
4
.github/workflows/build-current-zig.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Works with Zig 0.12.0
|
||||
name: Works with Zig 0.13.0
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -18,7 +18,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: 0.12.0
|
||||
version: 0.13.0
|
||||
- name: Check zig version
|
||||
run: zig version
|
||||
- name: Build all examples
|
||||
|
|
Loading…
Add table
Reference in a new issue