From 19d2d73fc2f5f355f5d20c9c67a7a406f07a65e0 Mon Sep 17 00:00:00 2001 From: Ivan Vavilov Date: Tue, 28 Nov 2023 13:09:16 -0800 Subject: [PATCH] Update github action for tests --- .github/workflows/tests.yml | 6 +++--- Apexy.podspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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"