From bdf068521a007b46491073f55063fd1af1ecae3a Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 6 Mar 2025 14:16:29 +0100 Subject: [PATCH] Disable macos as ffmpeg fails --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 829cc9b..414f513 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: test: strategy: matrix: - os: [ macos-latest, ubuntu-latest, windows-latest ] + os: [ ubuntu-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: Checkout