Skip to content

Commit

Permalink
Update ci-podspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov authored Oct 13, 2024
1 parent 47e5326 commit 4700b68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-podspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
- PromiseKit.podspec
jobs:
lint:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.2
- uses: maxim-lobanov/setup-cocoapods@v1
xcode-version: 16.0
- uses: maxim-lobanov/setup-cocoapods@v1.4.0
with:
version: 1.15.0
- uses: actions/checkout@v2
version: 1.15.2
- uses: actions/checkout@v4.2.1
with:
submodules: true
- run: pod lib lint --fail-fast --allow-warnings

0 comments on commit 4700b68

Please sign in to comment.