forgejo/workflows: update test workflow for 8.1 release

This commit is contained in:
Timo Rothenpieler
2026-06-12 15:07:35 +02:00
parent e0e38acd2f
commit 83e8541aa6
+2 -2
View File
@@ -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 }}