upgrade to zig 0.13

This commit is contained in:
Pierre Tachoire
2024-07-18 12:01:10 +02:00
parent 5f5e01a2cf
commit d6e0559efd
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ inputs:
zig: zig:
description: 'Zig version to install' description: 'Zig version to install'
required: false required: false
default: '0.12.1' default: '0.13.0'
arch: arch:
description: 'CPU arch used to select the v8 lib' description: 'CPU arch used to select the v8 lib'
required: false required: false

View File

@@ -1,7 +1,7 @@
name: zig-fmt name: zig-fmt
env: env:
ZIG_VERSION: 0.12.1 ZIG_VERSION: 0.13.0
on: on:
pull_request: pull_request:

View File

@@ -76,7 +76,7 @@ We do not provide yet binary versions of Lightpanda, you have to compile it from
### Prerequisites ### Prerequisites
Lightpanda is written with [Zig](https://ziglang.org/) `0.12.1`. You have to Lightpanda is written with [Zig](https://ziglang.org/) `0.13.0`. You have to
install it with the right version in order to build the project. install it with the right version in order to build the project.
Lightpanda also depends on Lightpanda also depends on