Skip to content

Commit

Permalink
Update IOS_SIM_UUID (#805)
Browse files Browse the repository at this point in the history
* Update IOS_SIM_UUID

Co-authored-by: dima.avdeev <[email protected]>
  • Loading branch information
eymar and dima-avdeev-jb authored Sep 27, 2023
1 parent d9ab6e5 commit 7ae944d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: CI

env:
IOS_SIM_UUID: '9C58D5E8-9AE8-4595-A262-35CA4871E886' # https://github.com/futureware-tech/simulator-action/wiki/Devices-macos-13
IOS_SIM_UUID: '856515E5-1A3B-4E89-93E4-421B21D79892' # take a look at `xcrun simctl list devices` at GitHub Actions log

on:
push:
Expand Down Expand Up @@ -62,6 +62,8 @@ jobs:
java-version: '11'
cache: 'gradle'

- run: xcrun simctl list devices # Look here to get device ids

- name: 'Compile and run iOS x64 tests'
uses: nick-fields/retry@v2
with:
Expand Down

0 comments on commit 7ae944d

Please sign in to comment.