Skip to content

Commit 23baee7

Browse files
Update ios_main.yml
1 parent 5f508d7 commit 23baee7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ios_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
runs-on: macos-latest
88
strategy:
99
matrix:
10-
destination: ['platform=iOS Simulator,OS=13.1,name=iPhone 11']
10+
destination: ['platform=iOS Simulator']
1111
scheme: [OpenDocumentReader]
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: Checkout submodule
15-
run: git submodule sync --recursive && git submodule update --init --recursive
15+
run: git submodule update --init --recursive
1616
- name: Install pods
1717
run: pod install
1818
- name: Run build.sh
1919
run: bash build.sh
20-
- name: Build and test
20+
- name: Build
2121
run: |
2222
xcodebuild clean build -workspace OpenDocumentReader.xcworkspace -scheme "${scheme}" -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
2323
env:

0 commit comments

Comments
 (0)