File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
32
- uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
33
33
with :
34
- xcode-version : latest-stable
34
+ xcode-version : 16.4
35
35
- name : Build and Test for macOS
36
36
run : swift test --enable-code-coverage
37
37
- name : Upload Code coverage
46
46
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47
47
- uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
48
48
with :
49
- xcode-version : latest-stable
49
+ xcode-version : 16.4
50
50
- name : Install Homebrew kegs
51
51
run : make setup-brew
52
52
- name : Build for iOS
59
59
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
60
60
- uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
61
61
with :
62
- xcode-version : latest-stable
62
+ xcode-version : 16.4
63
63
- name : Install Homebrew kegs
64
64
run : make setup-brew
65
65
- name : Build for tvOS
72
72
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
73
73
- uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
74
74
with :
75
- xcode-version : latest-stable
75
+ xcode-version : 16.4
76
76
- name : Install Homebrew kegs
77
77
run : make setup-brew
78
78
- name : Build for watchOS
85
85
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
86
86
- uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
87
87
with :
88
- xcode-version : latest-stable
88
+ xcode-version : 16.4
89
89
- name : Install Homebrew kegs
90
90
run : make setup-brew
91
91
- name : Build for visionOS
You can’t perform that action at this time.
0 commit comments