Skip to content

Commit 8c7669a

Browse files
fix xcode path and remove rename file command
1 parent 38a56e4 commit 8c7669a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: .github/workflows/pjsua2.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
xcode-version: latest-stable
2020

2121
- name: Selecting Xcode Version
22-
run: sudo xcode-select -switch /Applications/Xcode_16.1.app
22+
run: sudo xcode-select -switch /Applications/Xcode.app
2323

2424
- name: Running Xcode version Is?
2525
run: /usr/bin/xcodebuild -version
@@ -31,7 +31,6 @@ jobs:
3131
- name: build all ios archs
3232
run: |
3333
brew install nasm autoconf automake libtool swig
34-
sudo mv /Applications/Xcode_16.1.app /Applications/Xcode.app
3534
sed -i'' -e 's/xamarin/maui/g' ${{ github.workspace }}/pjproject/pjsip-apps/src/swig/csharp/Makefile
3635
./build h264 opus ssl bcg729 -a=x86_64,arm64 --ci
3736
- uses: actions/upload-artifact@v3

Diff for: .github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
xcode-version: latest-stable
1818

1919
- name: Selecting Xcode Version
20-
run: sudo xcode-select -switch /Applications/Xcode_16.1.app
20+
run: sudo xcode-select -switch /Applications/Xcode.app
2121

2222
- name: Running Xcode version Is?
2323
run: /usr/bin/xcodebuild -version
@@ -29,7 +29,6 @@ jobs:
2929
- name: build pjsip with opus bcg729 and h264
3030
run: |
3131
brew install nasm autoconf automake libtool swig
32-
sudo mv /Applications/Xcode_16.1.app /Applications/Xcode.app
3332
sed -i'' -e 's/xamarin/maui/g' ${{ github.workspace }}/pjproject/pjsip-apps/src/swig/csharp/Makefile
3433
./build h264 opus ssl bcg729 -a=x86_64,arm64 --ci
3534
tar -zcvf libpjsua2.tar.gz ./libpjsua2

0 commit comments

Comments
 (0)