Skip to content

Commit 6e37966

Browse files
committed
test
1 parent 8c6c084 commit 6e37966

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ jobs:
4747
with:
4848
xcode-version: latest-stable
4949
- name: Build ${{matrix.scheme}}
50-
run: xcodebuild clean build -project ApiVideoLiveStream.xcodeproj -scheme "${{matrix.scheme}}" -configuration Release -destination generic/platform=iOS CODE_SIGNING_ALLOWED=NO
50+
run: |
51+
xcodebuild -downloadPlatform iOS
52+
xcodebuild clean build -project ApiVideoLiveStream.xcodeproj -scheme "${{matrix.scheme}}" -sdk iphoneos CODE_SIGNING_ALLOWED=NO
5153
verify:
5254
name: Verify package sanity
53-
runs-on: macos-latest
55+
runs-on: macos-14
5456
steps:
5557
- name: Checkout
5658
uses: actions/checkout@v4

0 commit comments

Comments
 (0)