Skip to content

Commit 869e906

Browse files
committed
auto commit
1 parent a4fb757 commit 869e906

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
# destination: upload
4848

4949
# 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
50+
build-all:
51+
macos:
52+
xcode: "26.2.0"
53+
resource_class: m4pro.medium
5254
steps:
5355
# Checkout the code as the first step.
5456
- checkout
@@ -144,6 +146,6 @@ workflows:
144146
- equal: [main, << pipeline.git.branch >>]
145147
- equal: [release, << pipeline.git.branch >>]
146148
jobs:
147-
- build-mac
149+
- build-all
148150
# - build-linux
149-
- build-it
151+
# - build-it

0 commit comments

Comments
 (0)