Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Sep 21, 2023
1 parent 1e3e3c1 commit 73b2a77
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,12 @@ jobs:
--apple-package-name=io.agora.agoraRtcEngineExample \
--flutter-package-name=agora_rtc_engine \
--iris-ios-cdn-url=${IRIS_CDN_URL_IOS}
- uses: futureware-tech/simulator-action@v2
with:
model: "iPhone 14 Pro Max"
os: "16.0"
- name: Create ios simulator
run: |
- xcrun simctl list
# We generate the screenshots base on the simulator "iPhone 13 Pro Max", so we set the SimDeviceType to iPhone 13 Pro Max.
# If you need to change the SimDeviceType, you may need to re-generate the screenshots first.
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max com.apple.CoreSimulator.SimRuntime.iOS-16-0 | xargs xcrun simctl boot
- run: bash ci/rendering_test_ios.sh

rendering_test_macos:
Expand Down

0 comments on commit 73b2a77

Please sign in to comment.