Skip to content

Commit

Permalink
migrate to m1 resource for circle CI (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiCheng-Lu authored May 15, 2024
1 parent d316b15 commit 3b716bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Build example
command: make build-example-pretty
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
workflows:
version: 2
build_and_test:
Expand Down

0 comments on commit 3b716bf

Please sign in to comment.