Skip to content

Commit 7bb13d1

Browse files
[ci] Update dependency ubuntu to v24 (#2878)
Update runner to ubuntu-24.04 Signed-off-by: Viet Nguyen Duc <[email protected]> Co-authored-by: Viet Nguyen Duc <[email protected]>
1 parent 5c98172 commit 7bb13d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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)

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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)

0 commit comments

Comments
 (0)