Skip to content

Commit

Permalink
Use Xcode 16 for iOS UI Tests (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Nov 22, 2024
1 parent 413fa2b commit 4f55663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-test-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
CSPROJ_TO_TEST: samples/UITests.iOS/UITests.iOS.csproj
APP_ID: com.companyname.uitesthelperssample
TARGET_FRAMEWORK: net8.0-ios
XCODE_VERSION: 15.4
XCODE_VERSION: 16.0
TEST_SIM_NAME: UITestSim
SCREENCAPTURE_FOLDER: samples/UITests.iOS/bin/Debug/net8.0
ARTIFACTS_PATH: ${{ github.workspace }}/output
Expand Down

0 comments on commit 4f55663

Please sign in to comment.