ci: Run macOS job only for origin

This partially reverts 11616b0145.
The macOS runner is not available to forks on purpose.
This commit is contained in:
René de Hesselle 2024-02-19 19:29:35 +01:00
parent ad0bc52c64
commit 3e80909ba5

View File

@ -638,7 +638,8 @@ freebsd-13-x86_64:
- "_build/meson-logs" - "_build/meson-logs"
macos-x86_64: macos-x86_64:
extends: .only-origin-or-manual # The macOS runner is not allowed in forks. This is about trust, not capacity.
extends: .only-origin
stage: build stage: build
tags: tags:
- macosintel - macosintel