Skip to content

Commit

Permalink
chore: update minimum OS
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Nov 21, 2023
1 parent d18c32d commit ac0d208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}

- name: Use Xcode 14.2
run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_14.2.app

- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Google-Maps-iOS-Utils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/googlemaps/google-maps-ios-utils"
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.authors = "Google Inc."
s.platform = :ios, '13.0'
s.platform = :ios, '14.0'
s.source = { :git => "https://github.com/googlemaps/google-maps-ios-utils.git",
:tag => "v#{s.version.to_s}" }
s.requires_arc = true
Expand Down

0 comments on commit ac0d208

Please sign in to comment.