Use the new macOS image for the CI runner open beta

Also add a second build for wider version coverage.
pull/593/head
Hristos N. Triantafillou 4 years ago
parent 323c4bda61
commit b808968070
No known key found for this signature in database
GPG Key ID: 5FC7664AD47AA1C5

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

Loading…
Cancel
Save