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