Skip to content

Commit 77c4845

Browse files
committed
Changed the 'static macOS' build to 'arm64'
1 parent 5766c7a commit 77c4845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ local static_build(name,
397397
]
398398
),
399399

400-
mac_pipeline('Static macOS', build=[
400+
mac_pipeline('Static macOS', arch='arm64', build=[
401401
'export JOBS=6',
402402
'./utils/macos.sh',
403403
'cd build-macos && ../utils/ci/drone-static-upload.sh',

0 commit comments

Comments
 (0)