Skip to content

Commit

Permalink
Switch from xcversion to xcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Aug 19, 2024
1 parent fb774ab commit 47b4fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare-simulator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ runs:
echo "$RUNTIME is already installed.";
else
echo "::group::Available runtimes:"
xcversion simulators
xcodes runtimes
echo "::endgroup::"
xcversion simulators --install="$RUNTIME";
xcodes runtimes install "$RUNTIME";
fi
- name: "Create and boot simulator"
Expand Down

0 comments on commit 47b4fa9

Please sign in to comment.