Skip to content

Commit 38278de

Browse files
authored
Merge pull request #94 from lightpanda-io/release_action_update
release action for new V8 and xcode 15 build requirement
2 parents 93d0412 + f81b2f3 commit 38278de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
ZIG_VERSION: 0.15.1
15-
V8_REVISION: 13.6.233.8
15+
V8_REVISION: 14.0.365.4
1616

1717
jobs:
1818
build-x86_64-linux:
@@ -115,7 +115,7 @@ jobs:
115115
OS: macos
116116
ARCH: x86_64
117117

118-
runs-on: macos-13
118+
runs-on: macos-14
119119
steps:
120120
- uses: mlugg/setup-zig@v2
121121
with:

0 commit comments

Comments
 (0)