Skip to content

Commit

Permalink
apple: by default build on apple silicon builder
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Mar 4, 2025
1 parent 58752d0 commit 6dcb0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ build-retroarch-linux-i686:
.build-retroarch-macos-xcode:
# Metal/Universal x86_64 arm64 is default
tags:
- macosx-packaging
- mac-apple-silicon
stage: build
variables:
XCARCHIVE_PATH: pkg/apple/build/RetroArchUniversal
Expand All @@ -358,6 +358,8 @@ build-retroarch-osx-universal-metal:

build-retroarch-osx-opengl-x64:
extends: .build-retroarch-macos-xcode
tags:
- macosx-packaging
variables:
XCARCHIVE_PATH: pkg/apple/build/RetroArchOpenGL
XCPROJECT_NAME: RetroArch
Expand Down Expand Up @@ -388,8 +390,6 @@ build-retroarch-osx-opengl-x64:

build-retroarch-ios-arm64:
extends: .build-retroarch-macos-xcode
tags:
- mac-apple-silicon
variables:
XCPROJECT_NAME: RetroArch_iOS13
XCCONFIG: GitLabCI.xcconfig
Expand Down

0 comments on commit 6dcb0b2

Please sign in to comment.