diff --git a/.github/workflows/test-ios-e2e.yml b/.github/workflows/test-ios-e2e.yml index ee25c29d..c994544a 100644 --- a/.github/workflows/test-ios-e2e.yml +++ b/.github/workflows/test-ios-e2e.yml @@ -9,7 +9,7 @@ on: jobs: test-iOS: name: Test iOS App - runs-on: macos-15-xlarge + runs-on: macos-15 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test-ios.yml b/.github/workflows/test-ios.yml index c4d0741f..0dd0fa54 100644 --- a/.github/workflows/test-ios.yml +++ b/.github/workflows/test-ios.yml @@ -6,7 +6,7 @@ on: jobs: test-iOS: name: Run Unit Tests for iOS - runs-on: macos-14-xlarge + runs-on: macos-15 steps: - uses: actions/checkout@v4 diff --git a/LocationServices/fastlane/Fastfile b/LocationServices/fastlane/Fastfile index 52b40162..8ae7d096 100644 --- a/LocationServices/fastlane/Fastfile +++ b/LocationServices/fastlane/Fastfile @@ -23,7 +23,7 @@ platform :ios do device: options[:device], scheme: "LocationServicesUnitTests", code_coverage: true, - xcargs: "-test-iterations '3' -retry-tests-on-failure" + xcargs: "-test-iterations '5' -retry-tests-on-failure" ) xcov( project: "LocationServices.xcodeproj",