Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: Build (darwin)
outputs:
GEM_VERSION: ${{ steps.set-metadata.outputs.GEM_VERSION }}
runs-on: macos-12
runs-on: macos-13
env:
TARGET_PLATFORM: ${{ matrix.platform }}-darwin
RUBY_TARGET_PLATFORM: ${{ matrix.platform }}-darwin
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
# arm64
name: Test (darwin)
needs: build-darwin
runs-on: macos-12
runs-on: macos-13
steps:
- name: Set metadata
id: set-metadata
Expand Down
4 changes: 2 additions & 2 deletions lib/libv8/node/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Libv8
end

module Libv8::Node
VERSION = '22.9.0.0'
NODE_VERSION = '22.9.0'
VERSION = '22.13.1.0'
NODE_VERSION = '22.13.1'
LIBV8_VERSION = '12.4.254.21' # from src/node-.../deps/v8/include/v8-version.h
end
1 change: 0 additions & 1 deletion libexec/extract-node
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ cd "${src}/node-v${version}"
patch -p1 < "${top}"/patch/v8-std-is-trivially-destructible.patch
patch -p1 < "${top}"/patch/v8-disable-madv-dontfork.patch
patch -p1 < "${top}"/patch/v8-disable-pkey.patch
patch -p1 < "${top}"/patch/v8-debug-flags-hang.patch
26 changes: 0 additions & 26 deletions patch/v8-debug-flags-hang.patch

This file was deleted.

1 change: 1 addition & 0 deletions sums/v22.13.1.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e7d5b1e84e7f3c3cebda81e2b138469eef41ba4ecf16a87fd15fc3f7afa3f701
Loading