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 51
51
- build-test
52
52
if : (contains(toJson(github.event.commits), '[deploy]') == true || (github.event_name == 'workflow_dispatch' && github.event.inputs.release == 'true')) && !failure() && !cancelled()
53
53
name : Deploy and Release
54
- runs-on : ubuntu-22 .04
54
+ runs-on : ubuntu-24 .04
55
55
permissions : write-all
56
56
steps :
57
57
- name : Free Disk Space (Ubuntu)
Original file line number Diff line number Diff line change 24
24
- build-test
25
25
if : (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && !failure() && !cancelled()
26
26
name : Deploy and Release Nightly
27
- runs-on : ubuntu-22 .04
27
+ runs-on : ubuntu-24 .04
28
28
permissions : write-all
29
29
steps :
30
30
- name : Free Disk Space (Ubuntu)
You can’t perform that action at this time.
0 commit comments