Skip to content

Commit

Permalink
ci: use macos-13 because ARM is not supported for ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Apr 30, 2024
1 parent 31f4af5 commit b64e594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
python-version: [3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit b64e594

Please sign in to comment.