1
0
Fork 0
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:
Rene Schallner 2024-06-28 11:34:20 +02:00
parent 929a236463
commit bef03af8b4

View file

@ -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