Skip to content

Commit 18e12bb

Browse files
committed
auto commit
1 parent 639f79a commit 18e12bb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
# Below is the definition of your job to build and test your app, you can rename and customize it as you want.
5050
build-all:
5151
macos:
52-
xcode: 12.5.1
52+
xcode: "15.4.0"
53+
resource_class: m2pro.medium
5354
steps:
5455
# Checkout the code as the first step.
5556
- checkout

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14 || 16
1+
14

0 commit comments

Comments
 (0)