Skip to content

Commit

Permalink
Change stack for ios-bundle
Browse files Browse the repository at this point in the history
We were building with older stack with Xcode 13.2 and Intel machines
in Bitrise. These have been deprecated by them, and it was causing
issues in sending the SDK to Cocoapods.
  • Loading branch information
gersonnoboa committed Jul 4, 2023
1 parent cdc3595 commit c0c356e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@ workflows:
- content: pod trunk push GliaCoreSDK.podspec --verbose
meta:
bitrise.io:
stack: osx-xcode-13.2.x
stack: osx-xcode-14.2.x-ventura
machine_type_id: g2-m1.4core

0 comments on commit c0c356e

Please sign in to comment.