Skip to content

Commit

Permalink
fix x86
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Aug 7, 2024
1 parent 20e2363 commit d0e3bdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

strategy:
matrix:
os: [macos-latest, macos-14]
# macos-13 is x86_64, macos-14 is arm64
os: [macos-13, macos-14]

runs-on: ${{ matrix.os }}
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It is used in LosslessCut for Mac App Store and therefore is built with `--disab

First make any needed changes in the [build-ffmpeg](build-ffmpeg).

Now build locally for arm64:
Now build locally:

```bash
# rm -rf packages workspace
Expand Down Expand Up @@ -56,7 +56,7 @@ git push --follow-tags

Wait for GitHub actions to finish (again).

Once a draft has been auto created under GitHub releases, upload the locally built ffmpeg and ffprobe as `ffmpeg-macos-ARM64` and `ffprobe-macos-ARM64`. Then release the draft.
Once a draft has been auto created in GitHub, release it.

Update `download-ffmpeg-*` in `package.json`.

Expand Down

0 comments on commit d0e3bdc

Please sign in to comment.