Upgrade to macos 15 and xcode 16 #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint Podspec | |
on: | |
push: | |
branches: [ feature/*, versions/* ] | |
pull_request: | |
branches: [ feature/*, versions/* ] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
lint_ios_podspec: | |
name: Lint iOS Podspec | |
runs-on: macos-15 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Pod Lib Lint | |
uses: ./.github/actions/pod-lib-lint |