Skip to content

Commit

Permalink
downgraded macos runner tier
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanmakeen committed Oct 7, 2024
1 parent 577b736 commit cb0be32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ios-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion LocationServices/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb0be32

Please sign in to comment.