We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fb757 commit 869e906Copy full SHA for 869e906
1 file changed
.circleci/config.yml
@@ -47,8 +47,10 @@ jobs:
47
# destination: upload
48
49
# Below is the definition of your job to build and test your app, you can rename and customize it as you want.
50
- build-it:
51
- executor: node/default
+ build-all:
+ macos:
52
+ xcode: "26.2.0"
53
+ resource_class: m4pro.medium
54
steps:
55
# Checkout the code as the first step.
56
- checkout
@@ -144,6 +146,6 @@ workflows:
144
146
- equal: [main, << pipeline.git.branch >>]
145
147
- equal: [release, << pipeline.git.branch >>]
148
jobs:
- - build-mac
149
+ - build-all
150
# - build-linux
- - build-it
151
+ # - build-it
0 commit comments