Skip to content

Commit c7397ec

Browse files
committed
[ci] Update workflows runner
[skip ci] Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 84440a4 commit c7397ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 1 addition & 1 deletion
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/release-chrome-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@ jobs:
195195
[ci] Upload CHANGELOG for Node/Standalone ${{ env.BROWSER_NAME }} version with Grid ${{ env.GRID_VERSION }}
196196
197197
Browser versions: ${{ github.event.inputs.browser-versions }}
198-
title: "[ci] CHANGELOG for Node/Standalone ${{ env.BROWSER_NAME }} browser versions with Grid ${{ env.GRID_VERSION }}"
199-
body: "This PR contains the CHANGELOG for Node/Standalone ${{ env.BROWSER_NAME }} with specific browser versions: ${{ github.event.inputs.browser-versions }}"
198+
title: "[ci] CHANGELOG for Node/Standalone browser versions with Grid ${{ env.GRID_VERSION }}"
199+
body: "This PR contains the CHANGELOG for Node/Standalone with backward browser versions"
200200
committer: 'Selenium CI Bot <[email protected]>'
201201
author: 'Selenium CI Bot <[email protected]>'
202-
branch: browser-node-${{ env.BROWSER_NAME }}-changelog
202+
branch: browser-node-changelog
203203
- name: Check outputs
204204
if: ${{ steps.cpr.outputs.pull-request-number }}
205205
run: |

0 commit comments

Comments
 (0)