Skip to content

Commit 88dc13e

Browse files
committed
[ci] Update runners
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 8ef9664 commit 88dc13e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-ffmpeg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
deploy:
2222
name: Build and Deploy FFmpeg
23-
runs-on: blacksmith-8vcpu-ubuntu-2204
23+
runs-on: ubuntu-24.04
2424
permissions: write-all
2525
steps:
2626
- name: Checkout code

.github/workflows/deploy.yml

+1-1
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: blacksmith-8vcpu-ubuntu-2204
54+
runs-on: ubuntu-24.04
5555
permissions: write-all
5656
steps:
5757
- name: Free Disk Space (Ubuntu)

.github/workflows/nightly.yml

+1-1
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: blacksmith-8vcpu-ubuntu-2204
27+
runs-on: ubuntu-24.04
2828
permissions: write-all
2929
steps:
3030
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)