File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 - build-test
5252 if : (contains(toJson(github.event.commits), '[deploy]') == true || (github.event_name == 'workflow_dispatch' && github.event.inputs.release == 'true')) && !failure() && !cancelled()
5353 name : Deploy and Release
54- runs-on : ubuntu-22 .04
54+ runs-on : ubuntu-24 .04
5555 permissions : write-all
5656 steps :
5757 - name : Free Disk Space (Ubuntu)
Original file line number Diff line number Diff line change 2424 - build-test
2525 if : (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && !failure() && !cancelled()
2626 name : Deploy and Release Nightly
27- runs-on : ubuntu-22 .04
27+ runs-on : ubuntu-24 .04
2828 permissions : write-all
2929 steps :
3030 - name : Free Disk Space (Ubuntu)
You can’t perform that action at this time.
0 commit comments