Skip to content

Commit

Permalink
.circleci/config.yml: ask for biggest resource class for faster turna…
Browse files Browse the repository at this point in the history
…round (billing by minutes) [networkupstools#1579]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Dec 8, 2024
1 parent 0727ce2 commit 616dbd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ version: 2.1
# https://circleci.com/docs/2.0/configuration-reference/#parameters-requires-version-21
jobs:
osx-xcode:
# https://circleci.com/docs/using-macos/#available-resource-classes
# NOTE: Resource class macos for m2pro.large, image xcode:13.4.1 is
# not available for your project, or is not a valid resource class.
# Same for macos.m1.large.gen1 and m2pro.medium
# Trying next-best option here:
resource_class: macos.m1.medium.gen1
parameters:
XCODE_VER:
type: string
Expand Down

0 comments on commit 616dbd0

Please sign in to comment.