Skip to content

Commit

Permalink
xcrun simctl list devices
Browse files Browse the repository at this point in the history
  • Loading branch information
danh-ld committed Sep 10, 2023
1 parent adef7aa commit 5793d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# fails.
fail-fast: false
# The type of machine to run the job on.
runs-on: macOS-10.15
runs-on: macOS-latest
# Contains a sequence of tasks.
steps:
- name: Checkout Repository
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Print instruments
run: |
xcrun instruments -s
xcrun simctl list devices
# A name for your step to display on GitHub.
# - name: "List all simulators"
Expand Down

0 comments on commit 5793d13

Please sign in to comment.