Skip to content

Commit 5c0cb2e

Browse files
author
Enrico Martelli
committed
Update unit test workflow to use 'windows-2025' and remove --platform flag from FFmpeg Docker create command
1 parent 527a2c2 commit 5c0cb2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ ubuntu-latest, windows-latest ]
21+
os: [ ubuntu-latest, windows-2025 ]
2222
steps:
2323
- name: Checkout code changes
2424
uses: actions/checkout@v4
2525

2626
- name: Setup FFmpeg
2727
shell: bash
2828
run: |
29-
docker create --name ffmpeg --platform linux mwader/static-ffmpeg:7.0.2
29+
docker create --name ffmpeg mwader/static-ffmpeg:7.0.2
3030
docker cp ffmpeg:/ffmpeg ffmpeg
3131
docker cp ffmpeg:/ffprobe ffprobe
3232
docker rm -f ffmpeg

0 commit comments

Comments
 (0)