From 7ae944d90aa3a2de125b48c72a7041cc7f8fc109 Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Wed, 27 Sep 2023 20:30:20 +0200 Subject: [PATCH] Update IOS_SIM_UUID (#805) * Update IOS_SIM_UUID Co-authored-by: dima.avdeev --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60a79e51f..bd466a5e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: