File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
2929 run : make generate
3030 - name : Run tests
3131 run : make test-iPhone
32- test_iphone_ios15 :
33- name : Test-iPhone-iOS15
34- runs-on : macos-12
32+ test_iphone_ios16 :
33+ name : Test-iPhone-iOS16
34+ runs-on : macos-13
3535 steps :
3636 - name : Checkout
3737 uses : actions/checkout@v2
38- - name : Force Xcode 13 .1
39- run : sudo xcode-select -switch /Applications/Xcode_13 .1.app
38+ - name : Force Xcode 14 .1
39+ run : sudo xcode-select -switch /Applications/Xcode_14 .1.app
4040 - name : Make project
4141 run : make generate
4242 - name : Run tests
43- run : make test-iPhone-iOS15
43+ run : make test-iPhone-iOS16
4444
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ test-iPhone:
4343 test \
4444 $(NO_CODE_SIGN_SETTINGS ) | xcbeautify
4545
46- test-iPhone-iOS15 :
46+ test-iPhone-iOS16 :
4747 set -o pipefail && \
4848 xcodebuild \
4949 -project Hammer.xcodeproj \
5050 -scheme Hammer \
51- -destination " name=iPhone 11 " \
52- -sdk iphonesimulator15.0 \
51+ -destination " name=iPhone 14 " \
52+ -sdk iphonesimulator16.1 \
5353 test \
5454 $(NO_CODE_SIGN_SETTINGS ) | xcbeautify
5555
You can’t perform that action at this time.
0 commit comments