Skip to content

Commit

Permalink
[com.circleci.v2] Add support for m2pro (medium, large) resource cl…
Browse files Browse the repository at this point in the history
…asses (#103)

Bumped version to 1.5.0.
  • Loading branch information
KushalP authored Mar 7, 2025
1 parent f4bdd6d commit 53716cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/com.circleci.v2/Config.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//===----------------------------------------------------------------------===//
// Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved.
// Copyright © 2024-2025 Apple Inc. and the Pkl project authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -202,6 +202,8 @@ typealias ResourceClass =
|"arm.2xlarge"
|"macos.m1.medium.gen1"
|"macos.m1.large.gen1"
|"m2pro.medium"
|"m2pro.large"
|"windows.medium"
|"windows.large"
|"windows.xlarge"
Expand Down
4 changes: 2 additions & 2 deletions packages/com.circleci.v2/PklProject
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//===----------------------------------------------------------------------===//
// Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved.
// Copyright © 2024-2025 Apple Inc. and the Pkl project authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -17,5 +17,5 @@
amends "../basePklProject.pkl"

package {
version = "1.4.0"
version = "1.5.0"
}

0 comments on commit 53716cf

Please sign in to comment.