Skip to content

Commit

Permalink
ci: upgrade zig-v8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Jun 18, 2024
1 parent e6096fc commit 6e6f855
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.3439-31a7f22b8
image: ghcr.io/lightpanda-io/zig-v8:0.12.1
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zig-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/lightpanda-io/zig:0.12.0-dev.3439-31a7f22b8
image: ghcr.io/lightpanda-io/zig:0.12.1
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/zig-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.3439-31a7f22b8
image: ghcr.io/lightpanda-io/zig-v8:0.12.1
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.1773-8a8fd47d2
image: ghcr.io/lightpanda-io/zig-v8:0.12.1
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.1773-8a8fd47d2
image: ghcr.io/lightpanda-io/zig-v8:0.12.1
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6e6f855

Please sign in to comment.