Skip to content

Commit e4a3dc4

Browse files
committed
fix: CI / Build on iOS failed
1 parent cba3aef commit e4a3dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- name: Set up iOS 15 simulator runtime
5555
run: sudo xcodes runtimes install "iOS 15.5" --directory ~/Downloads --keep-archive
5656
- name: Build
57-
run: xcodebuild build -scheme EventSource -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=15.5'
57+
run: xcodebuild build -scheme EventSource -sdk iphonesimulator -destination 'generic/platform=iOS'
5858
- name: Run tests
59-
run: xcodebuild test -scheme EventSource -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=15.5'
59+
run: xcodebuild test -scheme EventSource -sdk iphonesimulator -destination 'generic/platform=iOS'
6060
ubuntu:
6161
name: Build Linux
6262
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)