Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a883cf

Browse filesBrowse files
Merge branch 'markus-perl:master' into master
2 parents 77f2c47 + 7f3c8d5 commit 3a883cf
Copy full SHA for 3a883cf

File tree

Expand file treeCollapse file tree

3 files changed

+170
-102
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+170
-102
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: build ffmpeg
2424
run: |
2525
while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
26-
SKIPINSTALL=yes VERBOSE=yes ./build-ffmpeg --build --enable-gpl-and-non-free
26+
SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build --enable-gpl-and-non-free
2727
kill %1
2828
- name: check shared library
2929
run: |
@@ -37,7 +37,7 @@ jobs:
3737
3838
build-macos:
3939
name: build in native macOS
40-
runs-on: macos-latest
40+
runs-on: macos-14
4141
steps:
4242
- name: Checkout code
4343
uses: actions/checkout@v4

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ other than Debian and macOS, because I don't have the resources or time to maint
2626

2727
### macOS
2828

29-
* XCode 10.x or greater
29+
* XCode 14.x or greater
3030

3131
### Linux
3232

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.