Use macos image from gitlab
This commit is contained in:
parent
4c8dd027a3
commit
ebc8d015ad
1 changed files with 5 additions and 1 deletions
|
|
@ -265,7 +265,11 @@ build-macos:
|
|||
|
||||
build-macos-as:
|
||||
extends: build-macos
|
||||
image: ghcr.io/cirruslabs/macos-sequoia-xcode:16.1
|
||||
image: registry.nheko.im/nheko-reborn/nheko/cirruslabs/macos-sequoia-xcode:16.2
|
||||
variables:
|
||||
TART_REGISTRY_HOSTNAME: $CI_REGISTRY
|
||||
TART_REGISTRY_USERNAME: $CI_REGISTRY_USER
|
||||
TART_REGISTRY_PASSWORD: $CI_JOB_TOKEN
|
||||
tags: [macos-tart]
|
||||
before_script:
|
||||
- brew install python3 pkg-config clang-format cmake ninja openssl gstreamer pipx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue