From 78c21a5c2bade8588dabc08a29feceafca0652c4 Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Thu, 1 Dec 2022 16:18:27 +0100 Subject: [PATCH] Change job iOS Tag to run on : macos-xcode13 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d857c68b..1dcb2af78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: job-ios: stage: build - tags: [ "macmini-m1-xcode13" ] + tags: [ "macos-xcode13" ] script: - pod install --repo-update