Skip to content

Commit

Permalink
Revert to use xcode 14 to fix deploys (#3929)
Browse files Browse the repository at this point in the history
After #3870 some jobs started failing when deploying in #3923 

This PR reverts some of the changes back to xcode 14, so we can still
ship and we can upgrade in another set of changes
  • Loading branch information
vegaro authored May 31, 2024
1 parent f6793ab commit f05f0cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -661,10 +661,6 @@ jobs:
name: Run tests
command: bundle exec fastlane test_watchos
no_output_timeout: 5m
environment:
SCAN_PLATFORM: watchOS Simulator
SCAN_DEVICE: Apple Watch Series 9 (45mm) (10.4)
BUILD_SDK: watchsimulator
- compress_result_bundle:
directory: fastlane/test_output/xctest/watchos
bundle_name: RevenueCat
Expand Down Expand Up @@ -1231,7 +1227,8 @@ workflows:
- run-test-ios-15:
xcode_version: '14.3.0'
install_swiftlint: false
- run-test-watchos
- run-test-watchos:
xcode_version: '14.3.0'
- run-test-tvos
# Pre-iOS 15 requires macOS 12 which requires Xcode 14.2
# See https://circleci.com/docs/using-macos/#supported-xcode-versions
Expand Down Expand Up @@ -1278,6 +1275,7 @@ workflows:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
jobs:
- release-checks:
xcode_version: '14.3.0'
<<: *release-branches
- installation-tests-cocoapods:
<<: *release-branches
Expand Down Expand Up @@ -1307,6 +1305,7 @@ workflows:
- hold
<<: *release-branches
- make-release:
xcode_version: '14.3.0'
<<: *release-tags
- push-revenuecat-pod:
requires:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"b22" : "https:\/\/google.com"
},
"b3" : [
20.2,
19.99,
20.199999999999999,
19.989999999999998,
5
],
"b4" : 50000
Expand Down

0 comments on commit f05f0cf

Please sign in to comment.