PrevPrevious commit
Next Next commit
Update ci.yml
  • Loading branch information
@davdroman
davdroman authoredJun 10, 2025
commit 868c3be01fdac045e287ccdf9236d517d2c8d92f
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,7 +17,7 @@ concurrency:
jobs:
lint-podspec:
name: Lint Podspec
runs-on: macos-14
runs-on: macos-15
steps:
- name: Git Checkout
uses: actions/checkout@v4
Expand All@@ -30,7 +30,7 @@ jobs:
+: pod xcodes

- name: Select Xcode version
run: sudo xcodes select 15.4
run: sudo xcodes select 16.2

- name: Lint Podspec
run: |
Expand Down
Loading