diff --git a/.github/workflows/ui-test-ios.yml b/.github/workflows/ui-test-ios.yml index 318d9cb5..b5748309 100644 --- a/.github/workflows/ui-test-ios.yml +++ b/.github/workflows/ui-test-ios.yml @@ -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