Skip to content

Commit

Permalink
Try to run CI with Xcode 16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Nov 12, 2024
1 parent 52146d9 commit 05f0edd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ commands:
jobs:
test_ios18:
macos:
xcode: "16.1.0"
xcode: "16.2.0"
resource_class: macos.m1.medium.gen1
steps:
- run_tests_flow:
os: "18.1"
os: "18.2"
simulator: "iPhone 16"

test_ios17:
Expand Down Expand Up @@ -164,9 +164,9 @@ workflows:
test:
jobs:
- test_ios18
- test_ios17
- test_ios16
- test_ios15
- test_ios14
- build_spm_ios15
# - test_ios17
# - test_ios16
# - test_ios15
# - test_ios14
# - build_spm_ios15

0 comments on commit 05f0edd

Please sign in to comment.