Skip to content

Commit

Permalink
Run pod lint on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed May 17, 2024
1 parent 657485f commit 5478d3d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ on:

jobs:
pod-lint:
name: Pod Lint
runs-on: macos-14
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Swift Environment
uses: swift-actions/setup-swift@v2
with:
swift-version: 5.9
- name: Bundle Install
run: bundle install
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
- name: Lint Podspec
run: bundle exec pod lib lint --verbose --fail-fast --swift-version=5.9
spm-15:
Expand All @@ -33,7 +34,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Bundle Install
run: bundle install
- name: Select Xcode Version
Expand All @@ -50,7 +51,7 @@ jobs:
runs-on: macos-14
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Bundle Install
run: bundle install
- name: Select Xcode Version
Expand All @@ -64,7 +65,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Swift Environment
uses: swift-actions/setup-swift@v1
uses: swift-actions/setup-swift@v2
with:
swift-version: 5.9
- name: Build and Test Framework
Expand Down

0 comments on commit 5478d3d

Please sign in to comment.