From 4bbd8d17b2422888dbafb8a68ee222d10b7dbc21 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Thu, 19 Oct 2023 19:03:32 +0300 Subject: [PATCH] Update `podspec` (#2) * Update `podspec` * Update `ci.yml` --- .github/workflows/ci.yml | 8 ++------ CaptureKit.podspec | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90aa7f2..e086e32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: "capture-kit" +name: capture-kit on: push: @@ -6,14 +6,10 @@ on: - main - dev pull_request: + paths: - ".github/workflows/**" - "CaptureKit/**" - "CaptureKitTests/**" - -concurrency: - group: ci - cancel-in-progress: true - jobs: Latest: name: Test Latest (macOS) diff --git a/CaptureKit.podspec b/CaptureKit.podspec index a8098c8..c3ced67 100644 --- a/CaptureKit.podspec +++ b/CaptureKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/space-code/capture-kit.git', :tag => s.version } s.documentation_url = 'https://github.com/space-code/capture-kit' - s.osx.deployment_target = '10.12' + s.osx.deployment_target = '11.0' s.source_files = 'CaptureKit/CaptureKit.h' -end \ No newline at end of file +end