mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
CI: change mac runner
This commit is contained in:
parent
34a73deca5
commit
09e97fa243
1 changed files with 5 additions and 5 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
.job-macosx-desktop:
|
||||
stage: build
|
||||
tags: [ "macmini-m1-xcode13" ]
|
||||
tags: [ "macmini-m1-bis-xcode13" ]
|
||||
script:
|
||||
- *build_all_script
|
||||
variables:
|
||||
|
|
@ -90,7 +90,7 @@ job-macosx-ninja-novideo:
|
|||
# WAIT for QT6 for arm64
|
||||
job-macosx-makefile-package:
|
||||
stage: package
|
||||
tags: [ "macmini-m1-xcode13" ]
|
||||
tags: [ "macmini-m1-bis-xcode13" ]
|
||||
dependencies: []
|
||||
only:
|
||||
variables:
|
||||
|
|
@ -114,7 +114,7 @@ job-macosx-makefile-package:
|
|||
|
||||
job-macosx-codesigning:
|
||||
stage: signing
|
||||
tags: [ "macmini-m1-xcode13" ]
|
||||
tags: [ "macmini-m1-bis-xcode13" ]
|
||||
needs:
|
||||
- job-macosx-makefile-package
|
||||
only:
|
||||
|
|
@ -139,7 +139,7 @@ job-macosx-codesigning:
|
|||
|
||||
job-macosx-makefile-deploy:
|
||||
stage: deploy
|
||||
tags: [ "macmini-m1-xcode13" ]
|
||||
tags: [ "macmini-m1-bis-xcode13" ]
|
||||
needs:
|
||||
- job-macosx-codesigning
|
||||
only:
|
||||
|
|
@ -157,7 +157,7 @@ job-macosx-makefile-deploy:
|
|||
|
||||
job-macosx-makefile-plugins-deploy:
|
||||
stage: deploy
|
||||
tags: [ "macmini-m1-xcode13" ]
|
||||
tags: [ "macmini-m1-bis-xcode13" ]
|
||||
needs:
|
||||
- job-macosx-makefile
|
||||
only:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue