Skip to content

Commit 66f009a

Browse files
committed
WIP
1 parent 22be610 commit 66f009a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
sudo xcodes select ${{ matrix.xcode }}
6969
xcrun simctl delete all
7070
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 }}"
71+
"${{ fromJSON(env.SIMULATORS_JSON)[matrix.xcode][matrix.platform].name }}" \
72+
"${{ fromJSON(env.SIMULATORS_JSON)[matrix.xcode][matrix.platform].type }}" \
73+
"${{ fromJSON(env.SIMULATORS_JSON)[matrix.xcode][matrix.platform].runtime }}"
7474
7575
- name: Test Library
7676
uses: mxcl/xcodebuild@v3

0 commit comments

Comments
 (0)