From a5c0487d7f4a8a88efe68be024ae764a6f737fc3 Mon Sep 17 00:00:00 2001 From: guiwitz Date: Sat, 14 Dec 2024 01:14:48 +0100 Subject: [PATCH] fix ffmeg test --- .github/workflows/test_build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index fee1137..bd939f6 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -67,9 +67,8 @@ jobs: # not including the FFMPEG binary on Apple Silicon macs # This step can be removed when issue is fixed in imageio-ffmpeg # https://github.com/imageio/imageio-ffmpeg/issues/71 - - name: brew install ffmpeg - if: runner.os == 'macOS' - uses: artemnovichkov/action-homebrew@0.1.0 + - name: Setup FFmpeg + if: ${{ runner.os == 'macOS' && runner.arch == 'ARM64' }} run: | brew update brew install ffmpeg