From 74a9766ed7c077c5002414cbdf1c33c2acc67099 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Tue, 20 Sep 2022 17:20:18 +0200 Subject: [PATCH] Change Mac runner for XCode13 --- .gitlab-ci-files/job-macosx-desktop.yml | 10 +++++----- CHANGELOG.md | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci-files/job-macosx-desktop.yml b/.gitlab-ci-files/job-macosx-desktop.yml index e71eaba29..72063d6eb 100644 --- a/.gitlab-ci-files/job-macosx-desktop.yml +++ b/.gitlab-ci-files/job-macosx-desktop.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbc4b441..80dd70a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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