Skip to content

Commit

Permalink
substudy: Switch Mac build system back to Intel
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed May 4, 2024
1 parent ca0f9d9 commit 58cbcc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58cbcc3

Please sign in to comment.