Skip to content

Commit 3c39407

Browse files
update macos to non-M1 in actions to continue using old ffmpeg static binaries
1 parent 5a041ea commit 3c39407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313

1414
publish_on_mac:
15-
runs-on: macos-latest
15+
runs-on: macos-13
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@master

0 commit comments

Comments
 (0)