Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
almazrafi authored Jan 29, 2024
1 parent ea8262b commit 983c306
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,22 @@ jobs:

Cocoapods:
name: Cocoapods
runs-on: macOS-latest
runs-on: macOS-13
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- name: Bundler
run: |
gem install bundler
bundle install --without=documentation
- name: Switch Xcode version
run: sudo xcode-select --switch /Applications/Xcode_15.2.app
- name: Linting
run: bundle exec pod lib lint --skip-tests --allow-warnings

SPM:
name: Swift Package Manager
runs-on: macOS-latest
runs-on: macOS-13
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 983c306

Please sign in to comment.