decommission macos 10-15 in github workflows
This commit is contained in:
parent
c93e29edff
commit
a69ea8c844
4
.github/workflows/android-build-scripts.yml
vendored
4
.github/workflows/android-build-scripts.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
||||||
build-main-on-macos:
|
build-main-on-macos:
|
||||||
name: android main on macos
|
name: android main on macos
|
||||||
runs-on: macos-10.15
|
runs-on: macos-12
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ndk-version: [ 'r22b-darwin-x86_64', 'r23b-darwin', 'r24-darwin', 'r25b-darwin' ]
|
ndk-version: [ 'r22b-darwin-x86_64', 'r23b-darwin', 'r24-darwin', 'r25b-darwin' ]
|
||||||
|
@ -114,7 +114,7 @@ jobs:
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
||||||
build-lts-on-macos:
|
build-lts-on-macos:
|
||||||
name: android lts on macos
|
name: android lts on macos
|
||||||
runs-on: macos-10.15
|
runs-on: macos-11
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ndk-version: [ 'r22b-darwin-x86_64', 'r23b-darwin' ]
|
ndk-version: [ 'r22b-darwin-x86_64', 'r23b-darwin' ]
|
||||||
|
|
29
.github/workflows/ios-build-scripts.yml
vendored
29
.github/workflows/ios-build-scripts.yml
vendored
|
@ -73,38 +73,15 @@ jobs:
|
||||||
- name: print ffbuild logs
|
- name: print ffbuild logs
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
||||||
build-main-on-macos-catalina:
|
build-lts-on-macos-bigsur:
|
||||||
name: ios main on catalina
|
name: ios lts on big sur
|
||||||
runs-on: macos-10.15
|
runs-on: macos-11
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode: [ '11.7', '12.4' ]
|
xcode: [ '11.7', '12.4' ]
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: prerequisites
|
|
||||||
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
|
|
||||||
- name: set up xcode
|
|
||||||
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
|
|
||||||
- name: run the build script
|
|
||||||
run: ./ios.sh --xcframework --enable-ios-audiotoolbox --enable-ios-avfoundation --enable-ios-bzip2 --enable-ios-libiconv --enable-ios-videotoolbox --enable-ios-zlib
|
|
||||||
- name: print build logs
|
|
||||||
if: ${{ always() }}
|
|
||||||
run: cat build.log
|
|
||||||
- name: print ffbuild logs
|
|
||||||
if: ${{ failure() }}
|
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
|
||||||
build-lts-on-macos:
|
|
||||||
name: ios lts
|
|
||||||
runs-on: macos-10.15
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
xcode: [ '10.3', '11.7' ]
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: prerequisites
|
- name: prerequisites
|
||||||
|
|
29
.github/workflows/macos-build-scripts.yml
vendored
29
.github/workflows/macos-build-scripts.yml
vendored
|
@ -73,38 +73,15 @@ jobs:
|
||||||
- name: print ffbuild logs
|
- name: print ffbuild logs
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
||||||
build-main-on-macos-catalina:
|
build-lts-on-macos-bigsur:
|
||||||
name: macos main on catalina
|
name: macos lts on big sur
|
||||||
runs-on: macos-10.15
|
runs-on: macos-11
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode: [ '11.7', '12.4' ]
|
xcode: [ '11.7', '12.4' ]
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: prerequisites
|
|
||||||
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
|
|
||||||
- name: set up xcode
|
|
||||||
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
|
|
||||||
- name: run the build script
|
|
||||||
run: ./macos.sh --xcframework --enable-macos-audiotoolbox --enable-macos-avfoundation --enable-macos-bzip2 --enable-macos-coreimage --enable-macos-libiconv --enable-macos-opencl --enable-macos-opengl --enable-macos-videotoolbox --enable-macos-zlib
|
|
||||||
- name: print build logs
|
|
||||||
if: ${{ always() }}
|
|
||||||
run: cat build.log
|
|
||||||
- name: print ffbuild logs
|
|
||||||
if: ${{ failure() }}
|
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
|
||||||
build-lts-on-macos:
|
|
||||||
name: macos lts
|
|
||||||
runs-on: macos-10.15
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
xcode: [ '10.3', '11.7' ]
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: prerequisites
|
- name: prerequisites
|
||||||
|
|
18
.github/workflows/periodic-builds-apple.yml
vendored
18
.github/workflows/periodic-builds-apple.yml
vendored
|
@ -31,9 +31,9 @@ jobs:
|
||||||
- name: print ffbuild logs
|
- name: print ffbuild logs
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
||||||
build-ios-lts-on-macos-catalina:
|
build-ios-lts-on-macos-bigsur:
|
||||||
name: ios lts on catalina
|
name: ios lts on big sur
|
||||||
runs-on: macos-10.15
|
runs-on: macos-11
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode: [ '12.4' ]
|
xcode: [ '12.4' ]
|
||||||
|
@ -83,9 +83,9 @@ jobs:
|
||||||
- name: print ffbuild logs
|
- name: print ffbuild logs
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
||||||
build-macos-lts-on-macos-catalina:
|
build-macos-lts-on-macos-bigsur:
|
||||||
name: macos lts on catalina
|
name: macos lts on big sur
|
||||||
runs-on: macos-10.15
|
runs-on: macos-11
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode: [ '12.4' ]
|
xcode: [ '12.4' ]
|
||||||
|
@ -135,9 +135,9 @@ jobs:
|
||||||
- name: print ffbuild logs
|
- name: print ffbuild logs
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
||||||
build-tvos-lts-on-macos-catalina:
|
build-tvos-lts-on-macos-bigsur:
|
||||||
name: tvos lts on catalina
|
name: tvos lts on big sur
|
||||||
runs-on: macos-10.15
|
runs-on: macos-11
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode: [ '12.4' ]
|
xcode: [ '12.4' ]
|
||||||
|
|
29
.github/workflows/tvos-build-scripts.yml
vendored
29
.github/workflows/tvos-build-scripts.yml
vendored
|
@ -73,38 +73,15 @@ jobs:
|
||||||
- name: print ffbuild logs
|
- name: print ffbuild logs
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
||||||
build-main-on-macos-catalina:
|
build-lts-on-macos-bigsur:
|
||||||
name: tvos main on catalina
|
name: tvos lts on big sur
|
||||||
runs-on: macos-10.15
|
runs-on: macos-11
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode: [ '11.7', '12.4' ]
|
xcode: [ '11.7', '12.4' ]
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: prerequisites
|
|
||||||
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
|
|
||||||
- name: set up xcode
|
|
||||||
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
|
|
||||||
- name: run the build script
|
|
||||||
run: ./tvos.sh --xcframework --enable-tvos-bzip2 --enable-tvos-audiotoolbox --enable-tvos-libiconv --enable-tvos-videotoolbox --enable-tvos-zlib
|
|
||||||
- name: print build logs
|
|
||||||
if: ${{ always() }}
|
|
||||||
run: cat build.log
|
|
||||||
- name: print ffbuild logs
|
|
||||||
if: ${{ failure() }}
|
|
||||||
run: '[[ -f ./src/ffmpeg/ffbuild/config.log ]] && tail -50 ./src/ffmpeg/ffbuild/config.log'
|
|
||||||
build-lts-on-macos:
|
|
||||||
name: tvos lts
|
|
||||||
runs-on: macos-10.15
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
xcode: [ '10.3', '11.7' ]
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: prerequisites
|
- name: prerequisites
|
||||||
|
|
Loading…
Reference in New Issue
Block a user