diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77138273..002ec22b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - uses: AnimMouse/setup-ffmpeg@v1.2.1 id: setup-ffmpeg with: - version: ${{ matrix.os == 'macos-13' || matrix.os == 'macos-latest' && '71' || '7.1' }} + version: ${{ matrix.os == 'macos-13' && '7.1.1' || matrix.os == 'macos-latest' && '71' || '7.1' }} - name: Test ffmpeg run: ffmpeg -i ./testdata/audio-long.mp3 ./testdata/audio-long.wav @@ -152,7 +152,7 @@ jobs: - uses: AnimMouse/setup-ffmpeg@v1.2.1 id: setup-ffmpeg with: - version: ${{ matrix.os == 'macos-13' || matrix.os == 'macos-latest' && '71' || '7.1' }} + version: ${{ matrix.os == 'macos-13' && '7.1.1' || matrix.os == 'macos-latest' && '71' || '7.1' }} - name: Install Vulkan SDK uses: humbletim/install-vulkan-sdk@v1.2