Skip to content

Commit

Permalink
feat: update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaPostindustria committed Jul 3, 2024
1 parent 7c16d46 commit 21a330f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
macos:
xcode: 15.4.0
resource_class: macos.m1.large.gen1
resource_class: macos.m1.medium.gen1
steps:
- checkout
- run:
Expand All @@ -14,7 +14,7 @@ jobs:
unit-test:
macos:
xcode: 15.4.0
resource_class: macos.m1.large.gen1
resource_class: macos.m1.medium.gen1
steps:
- checkout
- run:
Expand All @@ -24,7 +24,7 @@ jobs:
run-swift-demo-integration-tests:
macos:
xcode: 15.4.0
resource_class: macos.m1.large.gen1
resource_class: macos.m1.medium.gen1
steps:
- checkout
- run:
Expand All @@ -34,7 +34,7 @@ jobs:
run-swift-demo-ui-tests:
macos:
xcode: 15.4.0
resource_class: macos.m1.large.gen1
resource_class: macos.m1.medium.gen1
steps:
- checkout
- run:
Expand Down

0 comments on commit 21a330f

Please sign in to comment.