This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch release/8.1
in repository ffmpeg.

The following commit(s) were added to refs/heads/release/8.1 by this push:
     new 83e8541aa6 forgejo/workflows: update test workflow for 8.1 release
83e8541aa6 is described below

commit 83e8541aa601935a610b1b8958d56e8d0331318b
Author:     Timo Rothenpieler <[email protected]>
AuthorDate: Fri Jun 12 15:07:35 2026 +0200
Commit:     Timo Rothenpieler <[email protected]>
CommitDate: Fri Jun 12 15:07:35 2026 +0200

    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 }}

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to