File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 96
96
# BINARY_PKG_PATH: _CPack_Packages/Darwin/IFW
97
97
# COMPRESSED_PKG_PATH: _CPack_Packages/Darwin/TGZ
98
98
# MACOSX_DEPLOYMENT_TARGET: 11.0
99
- # SDKROOT: /Applications/Xcode .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
99
+ # SDKROOT: /Applications/Xcode_15.0.1 .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
100
100
# QT_OS_NAME: mac
101
101
# QT_ARCH: clang_64
102
102
- os : macos-arm64
@@ -111,7 +111,7 @@ jobs:
111
111
BINARY_PKG_PATH : _CPack_Packages/Darwin/IFW
112
112
COMPRESSED_PKG_PATH : _CPack_Packages/Darwin/TGZ
113
113
MACOSX_DEPLOYMENT_TARGET : 12.1
114
- SDKROOT : /Applications/Xcode .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
114
+ SDKROOT : /Applications/Xcode_15.0.1 .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
115
115
QT_OS_NAME : mac
116
116
QT_ARCH : arm_64
117
117
@@ -214,6 +214,9 @@ jobs:
214
214
echo "Using previously installed ninja and IFW"
215
215
echo "/Users/irvinemac/Qt/Tools/QtInstallerFramework/4.3/bin/" >> $GITHUB_PATH
216
216
else
217
+ echo "Setting Xcode version"
218
+ sudo xcode-select -s "/Applications/Xcode_15.0.1.app/Contents/Developer/"
219
+
217
220
echo "Using brew to install ninja"
218
221
brew install ninja md5sha1sum ccache
219
222
You can’t perform that action at this time.
0 commit comments