Skip to content

Commit

Permalink
ci: update to Xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Mar 25, 2024
1 parent 6f217a0 commit 0e503ec
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
android:
executor:
name: android/android-machine
tag: 2022.04.1
tag: default
working_directory: /home/circleci
environment:
HERMES_WS_DIR: /home/circleci
Expand Down Expand Up @@ -168,6 +168,7 @@ jobs:
- run:
name: Install dependencies
command: |
brew update
brew install cmake ninja
- run:
name: Build the test application
Expand All @@ -189,7 +190,7 @@ jobs:
xcodebuild test \
-workspace ApplePlatformsIntegrationTests.xcworkspace \
-configuration Debug \
-destination 'platform=iOS Simulator,name=iPhone 11' \
-destination 'platform=iOS Simulator,name=iPhone 15' \
-scheme ApplePlatformsIntegrationMobileTests
working_directory: test/ApplePlatformsIntegrationTestApp
- run:
Expand All @@ -216,6 +217,7 @@ jobs:
- run:
name: Install dependencies
command: |
brew update
brew install cmake ninja
sudo gem install cocoapods
- run:
Expand All @@ -231,6 +233,8 @@ jobs:
- ~/hermes/build_catalyst
- ~/hermes/build_iphonesimulator
- ~/hermes/build_macosx
- ~/hermes/build_xros
- ~/hermes/build_xrsimulator
- ~/hermes/destroot

package-apple-runtime:
Expand All @@ -245,6 +249,7 @@ jobs:
- run:
name: Install dependencies
command: |
brew update
brew install cmake ninja
sudo gem install cocoapods
- run:
Expand Down Expand Up @@ -274,13 +279,14 @@ jobs:

macos:
macos:
xcode: 13.4.1
xcode: 15.2
steps:
- checkout:
path: hermes
- run:
name: Install dependencies
command: |
brew update
brew install cmake ninja
- run:
name: Build macOS CLI
Expand Down Expand Up @@ -312,13 +318,14 @@ jobs:

test-macos:
macos:
xcode: 13.4.1
xcode: 15.2
steps:
- checkout:
path: hermes
- run:
name: Install dependencies
command: |
brew update
brew install cmake
- run:
name: Run MacOS regression tests in debug mode
Expand Down Expand Up @@ -625,7 +632,7 @@ jobs:
test-e2e:
executor:
name: android/android-machine
tag: 2023.06.1
tag: default
working_directory: /home/circleci
environment:
REACT_NATIVE_OVERRIDE_HERMES_DIR: /home/circleci/hermes
Expand Down Expand Up @@ -659,7 +666,7 @@ jobs:
test-e2e-intl:
executor:
name: android/android-machine
tag: 2022.04.1
tag: default
working_directory: /home/circleci
environment:
HERMES_WS_DIR: /home/circleci
Expand Down Expand Up @@ -689,7 +696,7 @@ jobs:

test-macos-test262:
macos:
xcode: 13.4.1
xcode: 15.2
steps:
- checkout:
path: hermes
Expand Down

0 comments on commit 0e503ec

Please sign in to comment.