Skip to content

Commit a2bff30

Browse files
committed
CI: upgrade zig version
1 parent 764c401 commit a2bff30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

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

4141
runs-on: ubuntu-latest
4242
container:
43-
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.1773-8a8fd47d2
43+
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.3439-31a7f22b8
4444
credentials:
4545
username: ${{ github.actor }}
4646
password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/zig-fmt.yml

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

2929
runs-on: ubuntu-latest
3030
container:
31-
image: ghcr.io/lightpanda-io/zig:0.12.0-dev.1773-8a8fd47d2
31+
image: ghcr.io/lightpanda-io/zig:0.12.0-dev.3439-31a7f22b8
3232
credentials:
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/zig-test.yml

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

3939
runs-on: ubuntu-latest
4040
container:
41-
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.1773-8a8fd47d2
41+
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.3439-31a7f22b8
4242
credentials:
4343
username: ${{ github.actor }}
4444
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)