File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 run : xcodebuild test -scheme CCMenu -destination 'platform=macOS' | xcbeautify && exit ${PIPESTATUS[0]}
1919 run-uitests :
2020 needs : build-and-run-unit-tests
21- runs-on : macos-15
21+ runs-on : macos-15-large
2222 steps :
2323 - uses : actions/checkout@v3
2424 - name : Run UI tests
Original file line number Diff line number Diff line change 965965 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
966966 MTL_FAST_MATH = YES;
967967 ONLY_ACTIVE_ARCH = YES;
968- SDKROOT = macosx ;
968+ SDKROOT = macosx15.5 ;
969969 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
970970 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
971971 UNIT_TEST_BUILD = true;
10211021 MACOSX_DEPLOYMENT_TARGET = 13.0;
10221022 MTL_ENABLE_DEBUG_INFO = NO;
10231023 MTL_FAST_MATH = YES;
1024- SDKROOT = macosx ;
1024+ SDKROOT = macosx15.5 ;
10251025 SWIFT_COMPILATION_MODE = wholemodule;
10261026 SWIFT_OPTIMIZATION_LEVEL = "-O";
10271027 UNIT_TEST_BUILD = true;
13071307 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
13081308 MTL_FAST_MATH = YES;
13091309 ONLY_ACTIVE_ARCH = YES;
1310- SDKROOT = macosx ;
1310+ SDKROOT = macosx15.5 ;
13111311 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
13121312 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
13131313 UNIT_TEST_BUILD = true;
You can’t perform that action at this time.
0 commit comments