Skip to content

Commit

Permalink
Test iOS 18.2 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Nov 13, 2024
1 parent 52146d9 commit e4a2d29
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: 2.1

orbs:
macos: circleci/macos@2

commands:
auxiliary_setup:
Expand Down Expand Up @@ -83,6 +85,10 @@ commands:
- auxiliary_setup
# - install_cocoapods
- install_pods
- macos/preboot-simulator:
version: "<<parameters.os>>"
platform: "iOS"
device: "<<parameters.simulator>>"
- run_tests:
os: <<parameters.os>>
simulator: <<parameters.simulator>>
Expand All @@ -108,11 +114,11 @@ commands:
jobs:
test_ios18:
macos:
xcode: "16.1.0"
resource_class: macos.m1.medium.gen1
xcode: "16.2.0"
resource_class: m2pro.medium
steps:
- run_tests_flow:
os: "18.1"
os: "18.2"
simulator: "iPhone 16"

test_ios17:
Expand Down

0 comments on commit e4a2d29

Please sign in to comment.