Skip to content

Commit 868c3be

Browse files
authored
Update ci.yml
1 parent 187a8f7 commit 868c3be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.2
3434

3535
- name: Lint Podspec
3636
run: |

0 commit comments

Comments
 (0)