From 09e97fa243f0fe282cfc631d489100a895454bd0 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 27 Jul 2023 18:42:47 +0200 Subject: [PATCH] CI: change mac runner --- .gitlab-ci-files/job-macosx-desktop.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci-files/job-macosx-desktop.yml b/.gitlab-ci-files/job-macosx-desktop.yml index ee302315b..cb804cbec 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: [ "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: