Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit e2ffaef

Browse files
committed
Set deployment target to 11 and runner to macos-14-large (intel/x86-64)
1 parent 294d834 commit e2ffaef

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.github/workflows/xcode-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
build:
1919
name: CutBox Build
20-
runs-on: macos-14
20+
runs-on: macos-14-large
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}

CutBox/CutBox.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,7 @@
21362136
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
21372137
GCC_WARN_UNUSED_FUNCTION = YES;
21382138
GCC_WARN_UNUSED_VARIABLE = YES;
2139-
MACOSX_DEPLOYMENT_TARGET = 10.13;
2139+
MACOSX_DEPLOYMENT_TARGET = 11.0;
21402140
MTL_ENABLE_DEBUG_INFO = YES;
21412141
ONLY_ACTIVE_ARCH = YES;
21422142
SDKROOT = macosx;
@@ -2193,7 +2193,7 @@
21932193
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
21942194
GCC_WARN_UNUSED_FUNCTION = YES;
21952195
GCC_WARN_UNUSED_VARIABLE = YES;
2196-
MACOSX_DEPLOYMENT_TARGET = 10.13;
2196+
MACOSX_DEPLOYMENT_TARGET = 11.0;
21972197
MTL_ENABLE_DEBUG_INFO = NO;
21982198
SDKROOT = macosx;
21992199
SWIFT_COMPILATION_MODE = wholemodule;

CutBox/Pods/Pods.xcodeproj/project.pbxproj

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)