PR #23464 opened by Timo Rothenpieler (BtbN) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23464 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23464.patch
>From 83e8541aa601935a610b1b8958d56e8d0331318b Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler <[email protected]> Date: Fri, 12 Jun 2026 15:07:35 +0200 Subject: [PATCH] forgejo/workflows: update test workflow for 8.1 release --- .forgejo/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 633330ab74..1c83d162c7 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -3,7 +3,7 @@ name: Test on: push: branches: - - master + - release/8.1 pull_request: concurrency: @@ -68,7 +68,7 @@ jobs: strategy: fail-fast: false matrix: - image: ['ghcr.io/btbn/ffmpeg-builds/win64-gpl:latest'] + image: ['ghcr.io/btbn/ffmpeg-builds/win64-gpl-8.1:latest'] target_exec: ['wine'] runs-on: linux-amd64 container: ${{ matrix.image }} -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
