Skip to content

Commit 0fc7804

Browse files
committed
Trying different config to make build less flaky on GitHub.
(All tests pass when run locally.)
1 parent f325ab9 commit 0fc7804

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

CCMenu.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
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;
@@ -1021,7 +1021,7 @@
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;
@@ -1307,7 +1307,7 @@
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;

0 commit comments

Comments
 (0)