Skip to content

Commit

Permalink
Restore iOS testing on current Xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Apr 12, 2024
1 parent d1feaab commit 80d2e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,7 @@ jobs:
- backend: "iOS"
platform: "iOS"
runs-on: "macos-14"
# As of early April 2024, the XCode 15/iOS 17 simulator had a performance
# issue that rendered Github Actions testing impossible. The issue didn't
# impact iOS 16.4, but that required the use of Xcode 14.3.1.
#
# Refs #2476, actions/runner-images#9591.
pre-command: "sudo xcode-select -s /Applications/Xcode_14.3.1.app"
briefcase-run-args: "--device 'iPhone SE (3rd generation)::iOS 16.4'"
# briefcase-run-args: "--device 'iPhone SE (3rd generation)'"
briefcase-run-args: "--device 'iPhone SE (3rd generation)'"
app-user-data-path: "$(xcrun simctl get_app_container booted org.beeware.toga.testbed data)/Documents"

- backend: "android"
Expand Down
2 changes: 1 addition & 1 deletion changes/2476.misc.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
iOS CI testing was reverted to use XCode 14.3.1 and iOS 16.4, due to a performance issue with Github Actions.
Use of current Xcode was restored.

0 comments on commit 80d2e90

Please sign in to comment.