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