File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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 3434 benchmark :
3535 name : benchmark
3636
37- runs-on : ubuntu-24.04
37+ runs-on : ubuntu-latest
3838
3939 # Don't run the CI with draft PR.
4040 if : github.event.pull_request.draft == false
7979 # Don't execute on PR
8080 if : github.event_name != 'pull_request'
8181
82- runs-on : ubuntu-24.04
82+ runs-on : ubuntu-latest
8383 container :
8484 image : ghcr.io/lightpanda-io/perf-fmt:latest
8585 credentials :
Original file line number Diff line number Diff line change 2929 # Don't run the CI with draft PR.
3030 if : github.event.pull_request.draft == false
3131
32- runs-on : ubuntu-24.04
32+ runs-on : ubuntu-latest
3333
3434 steps :
3535 - uses : mlugg/setup-zig@v1
Original file line number Diff line number Diff line change 3535 # Don't run the CI with draft PR.
3636 if : github.event.pull_request.draft == false
3737
38- runs-on : ubuntu-24.04
38+ runs-on : ubuntu-latest
3939
4040 steps :
4141 - uses : actions/checkout@v4
5454 # Don't run the CI with draft PR.
5555 if : github.event.pull_request.draft == false
5656
57- runs-on : ubuntu-24.04
57+ runs-on : ubuntu-latest
5858
5959 steps :
6060 - uses : actions/checkout@v4
7373 # Don't run the CI with draft PR.
7474 if : github.event.pull_request.draft == false
7575
76- runs-on : ubuntu-24.04
76+ runs-on : ubuntu-latest
7777
7878 steps :
7979 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments