Skip to content

Commit

Permalink
chore: Revert OS version.
Browse files Browse the repository at this point in the history
  • Loading branch information
iHackSubhodip committed Jan 21, 2025
1 parent 06dc1f8 commit d13f281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
run: |
xcodebuild clean build analyze \
-scheme GoogleMapsUtils -configuration Debug \
-destination "platform=iOS Simulator,OS=17.3,name=iPhone 15" \
-destination "platform=iOS Simulator,OS=17.4,name=iPhone 15" \
-disableAutomaticPackageResolution | xcpretty
- name: Run unit tests on Swift Package
run: |
xcodebuild test -scheme GoogleMapsUtils \
-destination "platform=iOS Simulator,OS=17.3,name=iPhone 15" \
-destination "platform=iOS Simulator,OS=17.4,name=iPhone 15" \
-disableAutomaticPackageResolution
- name: Upload test results to CodeCov
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
xcodebuild -workspace samples/SwiftDemoApp/SwiftDemoApp.xcworkspace \
-scheme SwiftDemoApp -configuration Debug \
-destination "platform=iOS Simulator,OS=17.3,name=iPhone 15" build | xcpretty
-destination "platform=iOS Simulator,OS=17.4,name=iPhone 15" build | xcpretty
build_objc_sample:
name: Build Objective-C Sample App with CocoaPods locally
Expand All @@ -123,7 +123,7 @@ jobs:
run: |
xcodebuild -workspace samples/ObjCDemoApp/ObjCDemoApp.xcworkspace \
-scheme ObjCDemoApp -configuration Debug \
-destination "platform=iOS Simulator,OS=17.3,name=iPhone 15" build | xcpretty
-destination "platform=iOS Simulator,OS=17.4,name=iPhone 15" build | xcpretty
test: # used as required status check
runs-on: ubuntu-latest
Expand Down

0 comments on commit d13f281

Please sign in to comment.