From f3bca9fa2f795329a1bc7f31ad92ac02577ab600 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Tue, 6 Jun 2023 09:49:35 +0200 Subject: 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3