Skip to content

Commit 3a883cf

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

File tree

3 files changed

+170
-102
lines changed

3 files changed

+170
-102
lines changed

.github/workflows/build.yml

Lines 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

Lines 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)