Skip to content

Commit 5226a52

Browse files
committed
Refactors
1 parent 96ca550 commit 5226a52

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ outputs:
3131
runs:
3232
using: "composite"
3333
steps:
34-
# Workaround for Xcode/GitHub runner issues finding simulators.
35-
# see https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
3634
- name: Refresh Simulators
3735
run: $GITHUB_ACTION_PATH/scripts/refresh.sh
3836
shell: bash
@@ -58,8 +56,6 @@ runs:
5856
# parsed-device-regex
5957
# parsed-os-version-regex
6058

61-
# Workaround for Xcode/GitHub runner issues finding simulators.
62-
# see https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
6359
- name: Download Simulator for Platform
6460
run: $GITHUB_ACTION_PATH/scripts/download.sh
6561
shell: bash

0 commit comments

Comments
 (0)