Skip to content

Commit

Permalink
Merge pull request #266 from mindbox-cloud/feature/MBX-0000-Test-test
Browse files Browse the repository at this point in the history
MBX-0000 Update version of macos
  • Loading branch information
Vailence authored Sep 25, 2023
2 parents bd65834 + f33ed91 commit bdea15a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

publish:
needs: [unit]
runs-on: macos-11
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Release generation
Expand All @@ -32,16 +32,8 @@ jobs:
- name: Install bundler dependencies
run: bundle install
- name: Select Xcode
run: sudo xcode-select --switch /Applications/Xcode_13.2.1.app
run: sudo xcode-select --switch /Applications/Xcode_14.2.app
- name: Run build
run: bundle exec fastlane buildLane
env:
CI: true
- name: Deploy to Cocoapods
run: |
set -eo pipefail
pod lib lint --allow-warnings
pod trunk push Mindbox.podspec --allow-warnings
pod trunk push MindboxNotifications.podspec --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TOKEN }}

0 comments on commit bdea15a

Please sign in to comment.