File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
env :
25
25
WORKSPACE : ${{ github.workspace }}
26
- DEVELOPER_DIR : /Applications/Xcode_15.4 .app/Contents/Developer
26
+ DEVELOPER_DIR : /Applications/Xcode_16 .app/Contents/Developer
27
27
BUILD_NUMBER : ${{ github.event.inputs.buildNumber }}
28
28
YEAR : ${{ github.event.inputs.buildYear }}
29
29
76
76
runner :
77
77
- macos-14
78
78
xcode :
79
- - Xcode_15.3
79
+ - Xcode_16
80
80
- Xcode_15.4
81
81
target :
82
82
- template
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ static void SigPIPEHandler(int signal)
254
254
255
255
NSString *kosVersionMinimum = @" 10.9" ; // we refuse to run on OSes older than this
256
256
NSString *kosVersionPrevious = @" 10.12" ; // should be updated as Apple releases new OSes
257
- NSString *kosVersionCurrent = @" 14 .99" ; // should be updated as Apple releases new OSes; we will run on this one and the previous one
257
+ NSString *kosVersionCurrent = @" 15 .99" ; // should be updated as Apple releases new OSes; we will run on this one and the previous one
258
258
259
259
// These tags are defined on the various DeviceBuild dialogs in Interface Builder
260
260
enum {
You can’t perform that action at this time.
0 commit comments