File tree 3 files changed +14
-10
lines changed
3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,12 @@ jobs:
14
14
permissions :
15
15
contents : write
16
16
steps :
17
- - name : Setup Xcode
18
- uses :
maxim-lobanov/[email protected]
19
- with :
20
- xcode-version : ' 15.1'
17
+ - name : Selecting Xcode Version
18
+ run : sudo xcode-select -switch /Applications/Xcode_15.2.app
19
+
20
+ - name : Running Xcode version Is?
21
+ run : /usr/bin/xcodebuild -version
22
+
21
23
- name : Checkout
22
24
uses : actions/checkout@v4
23
25
with :
Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ jobs:
11
11
permissions :
12
12
contents : write
13
13
steps :
14
- - name : Setup Xcode
15
- uses :
maxim-lobanov/[email protected]
16
- with :
17
- xcode-version : ' 15.1'
14
+ - name : Selecting Xcode Version
15
+ run : sudo xcode-select -switch /Applications/Xcode_15.2.app
16
+
17
+ - name : Running Xcode version Is?
18
+ run : /usr/bin/xcodebuild -version
19
+
18
20
- name : Checkout
19
21
uses : actions/checkout@v4
20
22
with :
23
25
run : |
24
26
brew install nasm autoconf automake libtool swig
25
27
sed -i'' -e 's/xamarin/maui/g' ${{ github.workspace }}/pjproject/pjsip-apps/src/swig/csharp/Makefile
26
- ./build h264 opus ssl -a=x86_64,arm64
28
+ ./build h264 opus ssl -a=x86_64,arm64 --ci
27
29
tar -zcvf libpjsua2.tar.gz ./libpjsua2
28
30
- name : release
29
31
uses : actions/create-release@v1
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export PATH_REPO="/Users/runner/work/libpjsua2-ios/libpjsua2-ios"
13
13
export BASE_DIR=` pwd -P`
14
14
15
15
export MIN_IOS_VERSION=" 11.0"
16
- export IOS_SDK_VERSION=" 17.0 "
16
+ export IOS_SDK_VERSION=" 17.2 "
17
17
export AVAILABLE_ARCHS
18
18
export USE_ARCHS=()
19
19
You can’t perform that action at this time.
0 commit comments