From b8089680705c0008d5a4a08dcf5c185dea4950b2 Mon Sep 17 00:00:00 2001 From: "Hristos N. Triantafillou" Date: Wed, 24 Mar 2021 18:19:05 -0500 Subject: [PATCH] Use the new macOS image for the CI runner open beta Also add a second build for wider version coverage. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36c8a6ab7..713cc2601 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,6 +94,7 @@ Debian_Clang_tests: BUILD_TESTS_ONLY: 1 MacOS: + image: macos-11-xcode-12 tags: - macos stage: build @@ -111,6 +112,10 @@ MacOS: - build/OpenMW-*.dmg - "build/**/*.log" +macOS10.15_Xcode11: + extends: MacOS + image: macos-10.15-xcode-11 + variables: &engine-targets targets: "openmw,openmw-essimporter,openmw-iniimporter,openmw-launcher,openmw-wizard" package: "Engine"