Skip to content

Commit d6e0559

Browse files
committed
upgrade to zig 0.13
1 parent 5f5e01a commit d6e0559

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
zig:
66
description: 'Zig version to install'
77
required: false
8-
default: '0.12.1'
8+
default: '0.13.0'
99
arch:
1010
description: 'CPU arch used to select the v8 lib'
1111
required: false

.github/workflows/zig-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: zig-fmt
22

33
env:
4-
ZIG_VERSION: 0.12.1
4+
ZIG_VERSION: 0.13.0
55

66
on:
77
pull_request:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ We do not provide yet binary versions of Lightpanda, you have to compile it from
7676

7777
### Prerequisites
7878

79-
Lightpanda is written with [Zig](https://ziglang.org/) `0.12.1`. You have to
79+
Lightpanda is written with [Zig](https://ziglang.org/) `0.13.0`. You have to
8080
install it with the right version in order to build the project.
8181

8282
Lightpanda also depends on

0 commit comments

Comments
 (0)