mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
Change Mac runner for XCode13
This commit is contained in:
parent
64c20c570b
commit
74a9766ed7
2 changed files with 6 additions and 5 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
.job-macosx-desktop:
|
||||
stage: build
|
||||
tags: [ "macosx-xcode11" ]
|
||||
tags: [ "macmini-m1-xcode13" ]
|
||||
script:
|
||||
- *build_all_script
|
||||
variables:
|
||||
|
|
@ -88,7 +88,7 @@ job-macosx-ninja-novideo:
|
|||
|
||||
job-macosx-makefile-package:
|
||||
stage: package
|
||||
tags: [ "macosx-xcode11" ]
|
||||
tags: [ "macmini-m1-xcode13" ]
|
||||
dependencies: []
|
||||
only:
|
||||
variables:
|
||||
|
|
@ -109,7 +109,7 @@ job-macosx-makefile-package:
|
|||
|
||||
job-macosx-codesigning:
|
||||
stage: signing
|
||||
tags: [ "macosx-xcode11" ]
|
||||
tags: [ "macmini-m1-xcode13" ]
|
||||
needs:
|
||||
- job-macosx-makefile-package
|
||||
only:
|
||||
|
|
@ -134,7 +134,7 @@ job-macosx-codesigning:
|
|||
|
||||
job-macosx-makefile-deploy:
|
||||
stage: deploy
|
||||
tags: [ "macosx-xcode11" ]
|
||||
tags: [ "macmini-m1-xcode13" ]
|
||||
needs:
|
||||
- job-macosx-codesigning
|
||||
only:
|
||||
|
|
@ -147,7 +147,7 @@ job-macosx-makefile-deploy:
|
|||
|
||||
job-macosx-makefile-plugins-deploy:
|
||||
stage: deploy
|
||||
tags: [ "macosx-xcode11" ]
|
||||
tags: [ "macmini-m1-xcode13" ]
|
||||
needs:
|
||||
- job-macosx-makefile
|
||||
only:
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Fixes
|
||||
- Lime exceptions because of unknown boundaries.
|
||||
- AppimageTool update for code signing.
|
||||
|
||||
## 4.4.9 - 2022-08-29
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue