diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36c8a6ab76..713cc26019 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"