Skip to content

Commit

Permalink
update macos to non-M1 in actions to continue using old ffmpeg static…
Browse files Browse the repository at this point in the history
… binaries
  • Loading branch information
fajicbenjamin authored Jan 13, 2025
1 parent 5a041ea commit 3c39407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

publish_on_mac:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
Expand Down

0 comments on commit 3c39407

Please sign in to comment.