File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 70
70
SDKROOT : /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
71
71
QT_OS_NAME : mac
72
72
QT_ARCH : clang_64
73
+ arch : x86_64
73
74
- os : macos-arm64
74
75
SELF_HOSTED : true
75
76
PLATFORM_NAME : Darwin
81
82
SDKROOT : /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
82
83
QT_OS_NAME : mac
83
84
QT_ARCH : arm_64
85
+ arch : arm64
84
86
85
87
steps :
86
88
@@ -241,6 +243,7 @@ jobs:
241
243
242
244
# Download my patched QtIFW
243
245
mkdir QtIFW && cd QtIFW
246
+ brew list aria2 || brew install aria2
244
247
aria2c https://github.com/jmarrec/QtIFW-fixup/releases/download/v5.0.0-dev-with-fixup/QtIFW-5.0.0-${{ matrix.arch }}.zip
245
248
xattr -r -d com.apple.quarantine ./QtIFW-5.0.0-${{ matrix.arch }}.zip
246
249
unzip QtIFW-5.0.0-${{ matrix.arch }}.zip
You can’t perform that action at this time.
0 commit comments