Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus authored Sep 19, 2024
1 parent 0378963 commit bf47560
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: run make
run: make -j2 -C src
macosbuild:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Set up Homebrew
Expand All @@ -43,7 +43,6 @@ jobs:
- name: patch libraries paths
run: |
cp /usr/local/lib/libsharpyuv.0.dylib src/AniLibria.app/Contents/Frameworks/
cp /usr/local/lib/libc++abi.1.dylib src/AniLibria.app/Contents/Frameworks/
cp /usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/Python src/AniLibria.app/Contents/Frameworks/
install_name_tool -change /usr/local/Cellar/ffmpeg/7.0_1/lib/libswresample.5.dylib @executable_path/../Frameworks/libswresample.5.dylib src/AniLibria.app/Contents/Frameworks/libavcodec.61.dylib
Expand Down

0 comments on commit bf47560

Please sign in to comment.