1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

Merge branch 'new-macos-ci-image' into 'master'

Use the new macOS image for the CI runner open beta

See merge request OpenMW/openmw!690
This commit is contained in:
psi29a 2021-04-08 10:09:59 +00:00
commit 22cf9bd823

View File

@ -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"