Skip to content

Commit

Permalink
Fix GitHub CI
Browse files Browse the repository at this point in the history
GitHub now has 17.2 simulators installed, so we should target them
directly.
  • Loading branch information
stephencelis committed Jan 23, 2024
1 parent f7d86cd commit 3e31f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ else
@git lfs pull
endif

PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS 17,iPhone \d\+ Pro [^M])
PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS 17.2,iPhone \d\+ Pro [^M])
test-client:
@xcodebuild test \
-project App/isowords.xcodeproj \
Expand Down

0 comments on commit 3e31f8d

Please sign in to comment.