Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbfb authored May 30, 2024
1 parent f81f3eb commit 365a74e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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]
Expand All @@ -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:
Expand All @@ -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]
Expand Down

0 comments on commit 365a74e

Please sign in to comment.