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 96ca550 commit 5226a52Copy full SHA for 5226a52
1 file changed
action.yml
@@ -31,8 +31,6 @@ outputs:
31
runs:
32
using: "composite"
33
steps:
34
- # Workaround for Xcode/GitHub runner issues finding simulators.
35
- # see https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
36
- name: Refresh Simulators
37
run: $GITHUB_ACTION_PATH/scripts/refresh.sh
38
shell: bash
@@ -58,8 +56,6 @@ runs:
58
56
# parsed-device-regex
59
57
# parsed-os-version-regex
60
61
62
63
- name: Download Simulator for Platform
64
run: $GITHUB_ACTION_PATH/scripts/download.sh
65
0 commit comments