Merge branch 'macos-runner-beta-fencing' into 'master'

Only use MacOS runners for this project

See merge request OpenMW/openmw!347
pull/3018/head
AnyOldName3 4 years ago
commit bf45bd5802

@ -71,6 +71,9 @@ MacOS:
tags:
- macos
stage: build
only:
variables:
- $CI_PROJECT_ID == "7107382"
script:
- rm -fr build/* # remove anything in the build directory
- CI/before_install.osx.sh

Loading…
Cancel
Save