mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-22 01:26:40 +00:00
Merge branch 'mac1015fix' into 'master'
Workaround MacOS failure for 10.15 by setting it to `allow_failure: true` See merge request OpenMW/openmw!1322
This commit is contained in:
commit
e9f065222c
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,6 @@ Debian_Clang_tests_Debug:
|
||||||
macOS11_Xcode12:
|
macOS11_Xcode12:
|
||||||
extends: .MacOS
|
extends: .MacOS
|
||||||
image: macos-11-xcode-12
|
image: macos-11-xcode-12
|
||||||
allow_failure: true
|
|
||||||
cache:
|
cache:
|
||||||
key: macOS11_Xcode12.v1
|
key: macOS11_Xcode12.v1
|
||||||
variables:
|
variables:
|
||||||
|
@ -193,6 +192,7 @@ macOS11_Xcode12:
|
||||||
macOS10.15_Xcode11:
|
macOS10.15_Xcode11:
|
||||||
extends: .MacOS
|
extends: .MacOS
|
||||||
image: macos-10.15-xcode-11
|
image: macos-10.15-xcode-11
|
||||||
|
allow_failure: true
|
||||||
cache:
|
cache:
|
||||||
key: macOS10.15_Xcode11.v1
|
key: macOS10.15_Xcode11.v1
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue