Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-06-06 10:49:35 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-06-06 13:03:43 +0300
commitf3bca9fa2f795329a1bc7f31ad92ac02577ab600 (patch)
tree1ee6a6aff2347824518c3ae4ca12b3c0f1fbcdb0 /.gitlab-ci.yml
parent0194c48d6c6a1fd0069721449c9cb842d5901677 (diff)
ci: Update to macOS M1 runners
GitLab has recently deprecated the Intel-based macOS runners. As we are still using them as part of our pipeline the consequence is that the pipelines are now broken. Fix this by updating to the new M1 runners.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be27f8619..343fe5cf8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -320,7 +320,7 @@ test:fips:
test:macos:
image: macos-12-xcode-14
tags:
- - shared-macos-amd64
+ - saas-macos-medium-m1
needs: []
allow_failure: true
stage: test