Skip to content

Commit

Permalink
Update ui_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Feb 23, 2024
1 parent bc42255 commit 1b339d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# ---
# This workflow is disabled because multi-stage input, which is used when writing text
# in languages like Korean and Chinese, is broken in the iOS 16 and iOS 17 simulators.
# However, it still works on the device. Multi-stage text input does work in the
# iOS 15 simulator, which is used in this workflow.
#
# The iOS 15 simulators are not installed on GitHub's macOS 13 and macOS 14 runners,
# but they are installed in GitHub's macOS 12 runners. However, the iOS 15 simulators
# are only available in Xcode 13.4.1 on those runners, and Xcode 14.3.1 cannot be used
# to build this project as the tree-sitter dependency uses Swift tools version 5.8,
# which is not supported by Xcode 13.4.1. In fact, the most recent version installed on
# the macOS 12 runners is Xcode 14.3, which does not support Swift tools version 5.8 either.
# ---
name: UI Tests
on:
workflow_dispatch: {}
Expand Down

0 comments on commit 1b339d2

Please sign in to comment.