From 17560683c6e108e6aae972f901657d7b7e56ed0a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 6 Dec 2021 11:07:53 +0100 Subject: [PATCH] Remove OSX 10.15 This has been broken for a while on gitlab's side. --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da77eccd31..a6355b160e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -212,15 +212,6 @@ macOS11_Xcode12: variables: CCACHE_SIZE: 3G -macOS10.15_Xcode11: - extends: .MacOS - image: macos-10.15-xcode-11 - allow_failure: true - cache: - key: macOS10.15_Xcode11.v1 - variables: - CCACHE_SIZE: 3G - variables: &engine-targets targets: "openmw,openmw-iniimporter,openmw-launcher,openmw-wizard" package: "Engine"