From 4e7db0c33e0b0e46b0531bd7e185a6bdd0a40e4d Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Mon, 13 Jun 2022 19:19:00 +0200 Subject: [PATCH] Update gitlabCI to use macmini-m1-xcode13 runner --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9a545775..d24b53500 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: job-ios: stage: build - tags: [ "macosx-xcode12" ] + tags: [ "macmini-m1-xcode13" ] script: - pod install --repo-update