mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Don't try to run codesign on the tart vm
This commit is contained in:
parent
0649bc342d
commit
8e3814d22d
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ build-macos-as:
|
|||
|
||||
codesign-macos:
|
||||
stage: sign
|
||||
tags: [macos, macos-tart]
|
||||
tags: [macos]
|
||||
variables:
|
||||
PLAT: "intel"
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue