Skip to content

Commit 025cdbd

Browse files
CI: run on Apple Silicon
1 parent 4c97cc3 commit 025cdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ stages:
33

44
build_project:
55
stage: build
6-
tags: [mac, x64, xcode]
6+
tags: [mac, xcode]
77
script:
88
- cd Example
9-
- xcodebuild clean build -scheme NotesExample-macOS -destination 'platform=OS X,arch=x86_64'
9+
- xcodebuild clean build -scheme NotesExample-macOS -destination 'platform=macOS'
1010

1111
variables:
1212
GIT_SUBMODULE_STRATEGY: recursive

0 commit comments

Comments
 (0)