Skip to content

Commit

Permalink
Use Xcode 13.4 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Aug 19, 2022
1 parent 47296ab commit 694dda8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode10.2
osx_image: xcode13.4
language: objective-c
env:
global:
Expand All @@ -12,10 +12,10 @@ before_install:
before_deploy:
- carthage archive $FRAMEWORK_NAME
script:
- carthage build --no-skip-current --platform iOS --cache-builds
- pod lib lint
- carthage build --no-skip-current --platform iOS --cache-builds --use-xcframeworks
- pod lib lint --allow-warnings
after_deploy:
- pod trunk push
- pod trunk push --allow-warnings
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 694dda8

Please sign in to comment.