diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8a10bd7..4ac7357 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,11 +14,11 @@ on: jobs: test: name: Run tests - runs-on: macos-12 + runs-on: macos-15 steps: - name: Checkout uses: actions/checkout@v2 - name: Change Xcode - run: sudo xcode-select -s /Applications/Xcode_13.4.1.app + run: sudo xcode-select -s /Applications/Xcode_15.0.1.app - name: Build and test - run: swift test --enable-code-coverage --disable-automatic-resolution \ No newline at end of file + run: swift test --enable-code-coverage --disable-automatic-resolution diff --git a/Apexy.podspec b/Apexy.podspec index e0453da..1ec5d96 100644 --- a/Apexy.podspec +++ b/Apexy.podspec @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = "13.0" s.tvos.deployment_target = "13.0" - s.osx.deployment_target = "10.13" - s.watchos.deployment_target = "4.0" + s.osx.deployment_target = "10.15" + s.watchos.deployment_target = "6.0" s.swift_version = "5.3"