We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0336af5 commit ad706c7Copy full SHA for ad706c7
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: macos-latest
17
strategy:
18
matrix:
19
- destination: ['platform:iOS Simulator,OS:13.5,name:iPhone 11 Pro Max']
+ destination: ['platform=iOS Simulator,OS=13.5,name=iPhone 11 Pro Max']
20
steps:
21
- name: Checkout
22
uses: actions/checkout@master
0 commit comments