Skip to content

Commit a708bc7

Browse files
committed
CI: upgrade zig version 0.12.1
1 parent 4ba4ce0 commit a708bc7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/wpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
runs-on: ubuntu-latest
4949
container:
50-
image: ghcr.io/lightpanda-io/zig-browsercore:0.12.0-dev.1773-8a8fd47d2
50+
image: ghcr.io/lightpanda-io/zig-browsercore:0.12.1
5151
credentials:
5252
username: ${{ github.actor }}
5353
password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/zig-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
runs-on: ubuntu-latest
2929
container:
30-
image: ghcr.io/lightpanda-io/zig:0.12.0-dev.1773-8a8fd47d2
30+
image: ghcr.io/lightpanda-io/zig:0.12.1
3131
credentials:
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/zig-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
runs-on: ubuntu-latest
4747
container:
48-
image: ghcr.io/lightpanda-io/zig-browsercore:0.12.0-dev.1773-8a8fd47d2
48+
image: ghcr.io/lightpanda-io/zig-browsercore:0.12.1
4949
credentials:
5050
username: ${{ github.actor }}
5151
password: ${{ secrets.GITHUB_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
7171

7272
runs-on: ubuntu-latest
7373
container:
74-
image: ghcr.io/lightpanda-io/zig-browsercore:0.12.0-dev.1773-8a8fd47d2
74+
image: ghcr.io/lightpanda-io/zig-browsercore:0.12.1
7575
credentials:
7676
username: ${{ github.actor }}
7777
password: ${{ secrets.GITHUB_TOKEN }}
@@ -97,7 +97,7 @@ jobs:
9797

9898
runs-on: ubuntu-latest
9999
container:
100-
image: ghcr.io/lightpanda-io/zig-browsercore:0.12.0-dev.1773-8a8fd47d2
100+
image: ghcr.io/lightpanda-io/zig-browsercore:0.12.1
101101
credentials:
102102
username: ${{ github.actor }}
103103
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)