File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 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