We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6937f36 commit 1262cb7Copy full SHA for 1262cb7
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ concurrency:
17
jobs:
18
lint-podspec:
19
name: Lint Podspec
20
- runs-on: macos-14
+ runs-on: macos-15
21
steps:
22
- name: Git Checkout
23
uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
30
+: pod xcodes
31
32
- name: Select Xcode version
33
- run: sudo xcodes select 15.4
+ run: sudo xcodes select 16.4
34
35
- name: Lint Podspec
36
run: |
SwiftUIIntrospect.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
12
13
spec.source_files = 'Sources/**/*.swift'
14
15
- spec.swift_version = '5.7'
+ spec.swift_version = '6.0'
16
spec.ios.deployment_target = '13.0'
spec.tvos.deployment_target = '13.0'
spec.osx.deployment_target = '10.15'
0 commit comments