From 58cbcc302763389667b273b4fb091dbdcd07e4f5 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Sat, 4 May 2024 13:05:13 -0400 Subject: [PATCH] substudy: Switch Mac build system back to Intel See https://github.com/federicocarboni/setup-ffmpeg/issues/21 --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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