File tree Expand file tree Collapse file tree 5 files changed +5
-31
lines changed Expand file tree Collapse file tree 5 files changed +5
-31
lines changed Original file line number Diff line number Diff line change 8282 name : Build (darwin)
8383 outputs :
8484 GEM_VERSION : ${{ steps.set-metadata.outputs.GEM_VERSION }}
85- runs-on : macos-12
85+ runs-on : macos-13
8686 env :
8787 TARGET_PLATFORM : ${{ matrix.platform }}-darwin
8888 RUBY_TARGET_PLATFORM : ${{ matrix.platform }}-darwin
@@ -352,7 +352,7 @@ jobs:
352352 # arm64
353353 name : Test (darwin)
354354 needs : build-darwin
355- runs-on : macos-12
355+ runs-on : macos-13
356356 steps :
357357 - name : Set metadata
358358 id : set-metadata
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module Libv8
44end
55
66module Libv8 ::Node
7- VERSION = '22.9.0 .0'
8- NODE_VERSION = '22.9.0 '
7+ VERSION = '22.13.1 .0'
8+ NODE_VERSION = '22.13.1 '
99 LIBV8_VERSION = '12.4.254.21' # from src/node-.../deps/v8/include/v8-version.h
1010end
Original file line number Diff line number Diff line change @@ -32,4 +32,3 @@ cd "${src}/node-v${version}"
3232patch -p1 < " ${top} " /patch/v8-std-is-trivially-destructible.patch
3333patch -p1 < " ${top} " /patch/v8-disable-madv-dontfork.patch
3434patch -p1 < " ${top} " /patch/v8-disable-pkey.patch
35- patch -p1 < " ${top} " /patch/v8-debug-flags-hang.patch
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ e7d5b1e84e7f3c3cebda81e2b138469eef41ba4ecf16a87fd15fc3f7afa3f701
You can’t perform that action at this time.
0 commit comments