-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,7 +114,7 @@ jobs: | |
steps: | ||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: 14.3.1 | ||
xcode-version: 13.4.1 | ||
- uses: actions/[email protected] | ||
- name: Cache setup | ||
uses: actions/[email protected] | ||
|
@@ -131,7 +131,7 @@ jobs: | |
- name: Install dependencies | ||
run: |- | ||
brew install cmake ninja | ||
sudo gem install cocoapods | ||
sudo gem install cocoapods | ||
- name: Build the iOS frameworks | ||
run: "./utils/build-ios-framework.sh" | ||
- name: Build the Mac frameworks | ||
|
@@ -153,7 +153,7 @@ jobs: | |
cmake --build ./build | ||
cmake --build ./build --target check-hermes | ||
test-apple-runtime: | ||
runs-on: macos-13 | ||
runs-on: macos-latest | ||
needs: build-apple-runtime | ||
env: | ||
TERM: dumb | ||
|
@@ -162,7 +162,7 @@ jobs: | |
steps: | ||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: 14.3.1 | ||
xcode-version: 13.4.1 | ||
- uses: actions/[email protected] | ||
- name: Cache setup | ||
uses: actions/[email protected] | ||
|
@@ -179,20 +179,20 @@ jobs: | |
- name: Build the test application | ||
run: pod install | ||
working-directory: test/ApplePlatformsIntegrationTestApp | ||
#- name: Test MacOS application | ||
# run: |- | ||
# xcodebuild test \ | ||
# -workspace ApplePlatformsIntegrationTests.xcworkspace \ | ||
# -configuration Debug \ | ||
# -destination 'platform=macOS' \ | ||
# -scheme ApplePlatformsIntegrationMacTests | ||
# working-directory: test/ApplePlatformsIntegrationTestApp | ||
- name: Test MacOS application | ||
run: |- | ||
xcodebuild test \ | ||
-workspace ApplePlatformsIntegrationTests.xcworkspace \ | ||
-configuration Debug \ | ||
-destination 'platform=macOS' \ | ||
-scheme ApplePlatformsIntegrationMacTests | ||
working-directory: test/ApplePlatformsIntegrationTestApp | ||
- name: Test iPhone application | ||
run: |- | ||
xcodebuild test \ | ||
-workspace ApplePlatformsIntegrationTests.xcworkspace \ | ||
-configuration Debug \ | ||
-destination 'platform=iOS Simulator,name=iPhone 14 Pro Max,OS=16.4' \ | ||
-destination 'platform=iOS Simulator,name=iPhone 11' \ | ||
-scheme ApplePlatformsIntegrationMobileTests | ||
working-directory: test/ApplePlatformsIntegrationTestApp | ||
package-apple-runtime: | ||
|
@@ -207,7 +207,7 @@ jobs: | |
steps: | ||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: 14.3.1 | ||
xcode-version: 13.4.1 | ||
- uses: actions/[email protected] | ||
- name: Cache setup | ||
uses: actions/[email protected] | ||
|