diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1a431f..02b7992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,12 +73,14 @@ jobs: - target: x86_64-apple-darwin host: x86_64-apple-darwin cargo: cargo - os: macos-latest + # See https://github.com/federicocarboni/setup-ffmpeg/issues/21 + os: macos-13 ext: "" - target: aarch64-apple-darwin host: x86_64-apple-darwin cargo: cargo - os: macos-latest + # See https://github.com/federicocarboni/setup-ffmpeg/issues/21 + os: macos-13 ext: "" - target: x86_64-pc-windows-msvc host: x86_64-pc-windows-msvc