Skip to content

Commit

Permalink
Update resource class to macos.m1.medium.gen1 (#737)
Browse files Browse the repository at this point in the history
* Update resource class to  macos.m1.medium.gen1

* build test

* Cleanup

* Asset publication
  • Loading branch information
denis256 authored Jul 5, 2024
1 parent a96a10f commit 209af26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
env: &env
environment:
GRUNTWORK_INSTALLER_VERSION: v0.0.39
MODULE_CI_VERSION: v0.53.3
MODULE_CI_VERSION: v0.57.0

defaults: &defaults
resource_class: large
Expand Down Expand Up @@ -116,8 +116,8 @@ jobs:
deploy:
<<: *env
macos:
xcode: 14.2.0
resource_class: macos.x86.medium.gen2
xcode: 15.3.0
resource_class: macos.m1.medium.gen1
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 209af26

Please sign in to comment.