ci: update macos job to start build earlier

This commit is contained in:
Stéphane Cerveau 2023-09-22 14:18:45 +02:00
parent 4569fa79e8
commit aa551db066

View file

@ -227,6 +227,9 @@ flatpak:
macos installer stable:
stage: test
needs:
- job: "windows rust docker stable"
artifacts: false
tags:
- gst-macos-11.1
before_script:
@ -282,4 +285,3 @@ pages:
# This ensures that only pushes to the default branch will trigger
# a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH