Update .gitlab-ci.yml

This commit is contained in:
Autechre 2021-02-22 07:24:33 +01:00 committed by GitHub
parent adfb6eed41
commit 4a3a38ff49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,7 +312,7 @@ build-retroarch-linux-i686:
# Mac OS x86_x64 (OpenGL, 10.7)
build-retroarch-osx-x64:
tags:
- macosx
- macosx-packaging
stage: build
before_script:
- export NUMPROC=$((1 + $(sysctl -n hw.ncpu)/3))
@ -361,7 +361,7 @@ build-retroarch-osx-x64:
# Mac OS x86_x64 (Metal, 10.13)
build-retroarch-osx-x64-metal:
tags:
- macosx
- macosx-packaging
stage: build
before_script:
- export NUMPROC=$((1 + $(sysctl -n hw.ncpu)/3))
@ -409,7 +409,7 @@ build-retroarch-osx-x64-metal:
# Mac OS AArch64 (Metal, 10.14)
build-retroarch-osx-arm64-metal:
tags:
- macosx
- macosx-packaging
stage: build
before_script:
- export NUMPROC=$((1 + $(sysctl -n hw.ncpu)/3))