feat(GODT-2662): use tart runner for darwin jobs.

This commit is contained in:
Jakub 2024-02-23 09:58:05 +01:00
parent 37352d44d2
commit 7953306cc8
1 changed files with 4 additions and 3 deletions

View File

@ -13,12 +13,13 @@
- windows-bridge
.env-darwin:
extends:
- .image-darwin-build
before_script:
- export BRIDGE_SYNC_FORCE_MINIMUM_SPEC=1
- !reference [.before-script-darwin-build, before_script]
- !reference [.before-script-darwin-tart-build, before_script]
- !reference [.before-script-git-config, before_script]
cache: {}
tags:
- macos-m1-bridge
.env-linux-build:
extends: