File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 19
19
xcode-version : latest-stable
20
20
21
21
- name : Selecting Xcode Version
22
- run : sudo xcode-select -switch /Applications/Xcode_16.1 .app
22
+ run : sudo xcode-select -switch /Applications/Xcode .app
23
23
24
24
- name : Running Xcode version Is?
25
25
run : /usr/bin/xcodebuild -version
31
31
- name : build all ios archs
32
32
run : |
33
33
brew install nasm autoconf automake libtool swig
34
- sudo mv /Applications/Xcode_16.1.app /Applications/Xcode.app
35
34
sed -i'' -e 's/xamarin/maui/g' ${{ github.workspace }}/pjproject/pjsip-apps/src/swig/csharp/Makefile
36
35
./build h264 opus ssl bcg729 -a=x86_64,arm64 --ci
37
36
- uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 17
17
xcode-version : latest-stable
18
18
19
19
- name : Selecting Xcode Version
20
- run : sudo xcode-select -switch /Applications/Xcode_16.1 .app
20
+ run : sudo xcode-select -switch /Applications/Xcode .app
21
21
22
22
- name : Running Xcode version Is?
23
23
run : /usr/bin/xcodebuild -version
29
29
- name : build pjsip with opus bcg729 and h264
30
30
run : |
31
31
brew install nasm autoconf automake libtool swig
32
- sudo mv /Applications/Xcode_16.1.app /Applications/Xcode.app
33
32
sed -i'' -e 's/xamarin/maui/g' ${{ github.workspace }}/pjproject/pjsip-apps/src/swig/csharp/Makefile
34
33
./build h264 opus ssl bcg729 -a=x86_64,arm64 --ci
35
34
tar -zcvf libpjsua2.tar.gz ./libpjsua2
You can’t perform that action at this time.
0 commit comments