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 22be610 commit 66f009aCopy full SHA for 66f009a
.github/workflows/ci.yml
@@ -68,9 +68,9 @@ jobs:
68
sudo xcodes select ${{ matrix.xcode }}
69
xcrun simctl delete all
70
xcrun simctl create \
71
- "${{ fromJSON(env.SIMULATORS_JSON)[matrix.platform].name }}" \
72
- "${{ fromJSON(env.SIMULATORS_JSON)[matrix.platform].type }}" \
73
- "${{ fromJSON(env.SIMULATORS_JSON)[matrix.platform].runtime }}"
+ "${{ fromJSON(env.SIMULATORS_JSON)[matrix.xcode][matrix.platform].name }}" \
+ "${{ fromJSON(env.SIMULATORS_JSON)[matrix.xcode][matrix.platform].type }}" \
+ "${{ fromJSON(env.SIMULATORS_JSON)[matrix.xcode][matrix.platform].runtime }}"
74
75
- name: Test Library
76
uses: mxcl/xcodebuild@v3
0 commit comments