diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1d1e136..e0c83da 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -11,7 +11,7 @@ permissions: contents: write env: - ZIG_VERSION: 0.14.0 + ZIG_VERSION: 0.14.1 V8_REVISION: 13.6.233.8 jobs: @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: mlugg/setup-zig@v1 + - uses: mlugg/setup-zig@v2 with: version: ${{ env.ZIG_VERSION }} @@ -52,7 +52,7 @@ jobs: runs-on: macos-latest steps: - - uses: mlugg/setup-zig@v1 + - uses: mlugg/setup-zig@v2 with: version: ${{ env.ZIG_VERSION }} @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - - uses: mlugg/setup-zig@v1 + - uses: mlugg/setup-zig@v2 with: version: ${{ env.ZIG_VERSION }} @@ -117,7 +117,7 @@ jobs: runs-on: macos-13 steps: - - uses: mlugg/setup-zig@v1 + - uses: mlugg/setup-zig@v2 with: version: ${{ env.ZIG_VERSION }} diff --git a/Dockerfile b/Dockerfile index b779d8d..251c86f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # This dockerfile is used to build v8. -ARG ZIG_DOCKER_VERSION=0.14.0 +ARG ZIG_DOCKER_VERSION=0.14.1 FROM ghcr.io/lightpanda-io/zig:${ZIG_DOCKER_VERSION} as build ARG OS=linux diff --git a/README.md b/README.md index 6d414e2..ff7fdb3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Builds V8 from official source and provides C bindings and a Zig API. This would V8 is the JS/WASM runtime that powers Google Chrome and Microsoft Edge. ## System Requirements -- Zig compiler (0.14.0). Clone and build https://github.com/ziglang/zig. +- Zig compiler (0.14.1). Clone and build https://github.com/ziglang/zig. - Python 3 (2.7 seems to work as well) - unzip (`apt install unzip`) - rsync (`apt install rsync`)