Skip to content

Commit eeffe6f

Browse files
committed
Bump ffmpeg to 8.1.2
1 parent 471c678 commit eeffe6f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_base_alpine-rpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- ffmpeg_version: "8.1.1"
15+
- ffmpeg_version: "8.1.2"
1616
os: alpine
1717
os_version: "3.23"
1818
platforms: linux/arm64, linux/arm/v7

.github/workflows/build_base_alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- ffmpeg_version: "8.1.1"
15+
- ffmpeg_version: "8.1.2"
1616
os: alpine
1717
os_version: "3.23"
1818
platforms: linux/amd64,linux/arm64,linux/arm/v7

.github/workflows/build_base_ubuntu-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
platforms: linux/amd64
1919
cuda_version: "12.9.1"
2020
ffnvcodec_version: "12.2.72.0"
21-
ffmpeg_version: "8.1.1"
21+
ffmpeg_version: "8.1.2"
2222
steps:
2323
- name: Get current date
2424
run: |

.github/workflows/build_base_ubuntu-vaapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- ffmpeg_version: "8.1.1"
15+
- ffmpeg_version: "8.1.2"
1616
os: ubuntu
1717
os_version: "24.04"
1818
platforms: linux/amd64

0 commit comments

Comments
 (0)