Skip to content

Commit 531f541

Browse files
committed
ci: update ffmpeg version
1 parent b1a457d commit 531f541

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
# - "src/**/*.py"
99

1010
env:
11-
FFMPEG_VERSION: "7.1"
11+
FFMPEG_VERSION: "8.0"
1212

1313
jobs:
1414
claude-review:

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
types: [submitted]
1212

1313
env:
14-
FFMPEG_VERSION: "7.1"
14+
FFMPEG_VERSION: "8.0"
1515

1616
jobs:
1717
claude:

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: [ master ]
1010

1111
env:
12-
FFMPEG_VERSION: "7.1"
12+
FFMPEG_VERSION: "8.0"
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)