File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ inputs:
1717 zig-v8 :
1818 description : ' zig v8 version to install'
1919 required : false
20- default : ' v0.1.13 '
20+ default : ' v0.1.14 '
2121 v8 :
2222 description : ' v8 version to install'
2323 required : false
Original file line number Diff line number Diff line change 1616 ARCH : x86_64
1717 OS : linux
1818
19- runs-on : ubuntu-24 .04
19+ runs-on : ubuntu-22 .04
2020
2121 steps :
2222 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG ZIG=0.14.0
55ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
66ARG ARCH=x86_64
77ARG V8=11.1.134
8- ARG ZIG_V8=v0.1.13
8+ ARG ZIG_V8=v0.1.14
99
1010RUN apt-get update -yq && \
1111 apt-get install -yq xz-utils \
You can’t perform that action at this time.
0 commit comments