We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba3aef commit e4a3dc4Copy full SHA for e4a3dc4
.github/workflows/ci.yml
@@ -54,9 +54,9 @@ jobs:
54
- name: Set up iOS 15 simulator runtime
55
run: sudo xcodes runtimes install "iOS 15.5" --directory ~/Downloads --keep-archive
56
- name: Build
57
- run: xcodebuild build -scheme EventSource -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=15.5'
+ run: xcodebuild build -scheme EventSource -sdk iphonesimulator -destination 'generic/platform=iOS'
58
- name: Run tests
59
- run: xcodebuild test -scheme EventSource -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=15.5'
+ run: xcodebuild test -scheme EventSource -sdk iphonesimulator -destination 'generic/platform=iOS'
60
ubuntu:
61
name: Build Linux
62
runs-on: ubuntu-latest
0 commit comments