mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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:
|
codesign-macos:
|
||||||
stage: sign
|
stage: sign
|
||||||
tags: [macos, macos-tart]
|
tags: [macos]
|
||||||
variables:
|
variables:
|
||||||
PLAT: "intel"
|
PLAT: "intel"
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue