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:
29
29
run : make generate
30
30
- name : Run tests
31
31
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
35
35
steps :
36
36
- name : Checkout
37
37
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
40
40
- name : Make project
41
41
run : make generate
42
42
- name : Run tests
43
- run : make test-iPhone-iOS15
43
+ run : make test-iPhone-iOS16
44
44
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ test-iPhone:
43
43
test \
44
44
$(NO_CODE_SIGN_SETTINGS ) | xcbeautify
45
45
46
- test-iPhone-iOS15 :
46
+ test-iPhone-iOS16 :
47
47
set -o pipefail && \
48
48
xcodebuild \
49
49
-project Hammer.xcodeproj \
50
50
-scheme Hammer \
51
- -destination " name=iPhone 11 " \
52
- -sdk iphonesimulator15.0 \
51
+ -destination " name=iPhone 14 " \
52
+ -sdk iphonesimulator16.1 \
53
53
test \
54
54
$(NO_CODE_SIGN_SETTINGS ) | xcbeautify
55
55
You can’t perform that action at this time.
0 commit comments