Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-from-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
publish-MindboxCommon:
if: ${{ github.event.pull_request.merged == true }}
runs-on: macos-15
runs-on: macos-26
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -20,7 +20,7 @@ jobs:
gem install cocoapods xcodeproj
pod --version

- name: Deploy to Cocoapods MindboxLogger
- name: Deploy to Cocoapods MindboxCommon
run: |
pod lib lint MindboxCommon.podspec --allow-warnings
pod trunk push MindboxCommon.podspec --allow-warnings --verbose
Expand Down
Loading