File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
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.8 '
20+ default : ' v0.1.9 '
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 4444 # Don't run the CI with draft PR.
4545 if : github.event.pull_request.draft == false
4646
47- runs-on : ubuntu-24.04
47+ runs-on : ubuntu-latest
4848
4949 steps :
5050 - uses : actions/checkout@v4
8686 # Don't execute on PR
8787 if : github.event_name != 'pull_request'
8888
89- runs-on : ubuntu-24.04
89+ runs-on : ubuntu-latest
9090 container :
9191 image : ghcr.io/lightpanda-io/perf-fmt:latest
9292 credentials :
Original file line number Diff line number Diff line change 2828 # Don't run the CI with draft PR.
2929 if : github.event.pull_request.draft == false
3030
31- runs-on : ubuntu-24.04
31+ runs-on : ubuntu-latest
3232
3333 steps :
3434 - uses : mlugg/setup-zig@v1
Original file line number Diff line number Diff line change 4242 # Don't run the CI with draft PR.
4343 if : github.event.pull_request.draft == false
4444
45- runs-on : ubuntu-24.04
45+ runs-on : ubuntu-latest
4646
4747 steps :
4848 - uses : actions/checkout@v4
6363 # Don't run the CI on PR
6464 if : github.event_name != 'pull_request'
6565
66- runs-on : ubuntu-24.04
66+ runs-on : ubuntu-latest
6767
6868 steps :
6969 - uses : actions/checkout@v4
8484 # Don't run the CI with draft PR.
8585 if : github.event.pull_request.draft == false
8686
87- runs-on : ubuntu-24.04
87+ runs-on : ubuntu-latest
8888
8989 steps :
9090 - uses : actions/checkout@v4
@@ -119,7 +119,7 @@ jobs:
119119 # Don't execute on PR
120120 if : github.event_name != 'pull_request'
121121
122- runs-on : ubuntu-24.04
122+ runs-on : ubuntu-latest
123123 container :
124124 image : ghcr.io/lightpanda-io/perf-fmt:latest
125125 credentials :
You can’t perform that action at this time.
0 commit comments