diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d2fff6..a2b018e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: run: | UUID=$(xcrun simctl list devices | grep -o "${{matrix.device}} ([A-Z0-9-]\+)" | awk -F '[()]' '{print $2}') - xcrun simctl boot CB43AD34-36FC-48B5-83D9-3F3BFFA255DC + xcrun simctl boot F7825553-E407-4D90-B644-EF8800278482 # The branch or tag ref that triggered the workflow will be checked out. # https://github.com/actions/checkout