Skip to content

Commit 47b4fa9

Browse files
committed
Switch from xcversion to xcodes
1 parent fb774ab commit 47b4fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/prepare-simulator/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ runs:
3636
echo "$RUNTIME is already installed.";
3737
else
3838
echo "::group::Available runtimes:"
39-
xcversion simulators
39+
xcodes runtimes
4040
echo "::endgroup::"
41-
xcversion simulators --install="$RUNTIME";
41+
xcodes runtimes install "$RUNTIME";
4242
fi
4343
4444
- name: "Create and boot simulator"

0 commit comments

Comments
 (0)