Add support for macOS12 with XCode13 in our CI/CD

pull/3225/head
psi29a 3 years ago
parent 6bd89cb6ef
commit 85a52606cf

@ -227,6 +227,14 @@ macOS11_Xcode12:
variables:
CCACHE_SIZE: 3G
macOS12_Xcode13:
extends: .MacOS
image: macos-12-xcode-13
cache:
key: macOS12_Xcode13.v1
variables:
CCACHE_SIZE: 3G
variables: &engine-targets
targets: "openmw,openmw-iniimporter,openmw-launcher,openmw-wizard,openmw-navmeshtool"
package: "Engine"

Loading…
Cancel
Save