diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4e5040..ed2a1b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: cocoapods: name: Verify cocopods podspec needs: [ build-xcodebuild ] - runs-on: macos-latest + runs-on: macos-14 steps: - name: Checkout @@ -58,6 +58,6 @@ jobs: - name: xcode version uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: '14.3.1' - name: Verify cocoapods run: pod lib lint --allow-warnings diff --git a/ApiVideoClient.podspec b/ApiVideoClient.podspec index 84a9fe5..4c14e02 100644 --- a/ApiVideoClient.podspec +++ b/ApiVideoClient.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'ApiVideoClient' s.ios.deployment_target = '10.0' - s.osx.deployment_target = '10.12' + s.osx.deployment_target = '10.13' s.tvos.deployment_target = '10.0' # Add back when CocoaPods/CocoaPods#11558 is released #s.watchos.deployment_target = '3.0'