Change Mac runner for XCode13

This commit is contained in:
Julien Wadel 2022-09-20 17:20:18 +02:00
parent 64c20c570b
commit 74a9766ed7
2 changed files with 6 additions and 5 deletions

View file

@ -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:

View file

@ -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