From d6e0559efd0c29947706da490a94df63c2e3d4e0 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Thu, 18 Jul 2024 12:01:10 +0200 Subject: [PATCH] upgrade to zig 0.13 --- .github/actions/install/action.yml | 2 +- .github/workflows/zig-fmt.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 54aab09a..1c89b90b 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -5,7 +5,7 @@ inputs: zig: description: 'Zig version to install' required: false - default: '0.12.1' + default: '0.13.0' arch: description: 'CPU arch used to select the v8 lib' required: false diff --git a/.github/workflows/zig-fmt.yml b/.github/workflows/zig-fmt.yml index 0d5eb319..a425f988 100644 --- a/.github/workflows/zig-fmt.yml +++ b/.github/workflows/zig-fmt.yml @@ -1,7 +1,7 @@ name: zig-fmt env: - ZIG_VERSION: 0.12.1 + ZIG_VERSION: 0.13.0 on: pull_request: diff --git a/README.md b/README.md index 6997fa2e..07214af2 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ We do not provide yet binary versions of Lightpanda, you have to compile it from ### 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. Lightpanda also depends on