Skip to content

Commit 1262cb7

Browse files
committed
WIP
1 parent 6937f36 commit 1262cb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
lint-podspec:
1919
name: Lint Podspec
20-
runs-on: macos-14
20+
runs-on: macos-15
2121
steps:
2222
- name: Git Checkout
2323
uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
3030
+: pod xcodes
3131

3232
- name: Select Xcode version
33-
run: sudo xcodes select 15.4
33+
run: sudo xcodes select 16.4
3434

3535
- name: Lint Podspec
3636
run: |

SwiftUIIntrospect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212

1313
spec.source_files = 'Sources/**/*.swift'
1414

15-
spec.swift_version = '5.7'
15+
spec.swift_version = '6.0'
1616
spec.ios.deployment_target = '13.0'
1717
spec.tvos.deployment_target = '13.0'
1818
spec.osx.deployment_target = '10.15'

0 commit comments

Comments
 (0)