From f4c04019da8107fb58c0cd3493bc6ad5255d2624 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Sat, 23 Aug 2025 18:39:59 +0300 Subject: [PATCH] Fix dark themes (#1217) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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