Update macOS release in CI (#1243)

This commit is contained in:
Jen Basch
2025-10-16 15:48:23 -07:00
committed by GitHub
parent 80a4dc9617
commit bed008b3da
7 changed files with 24 additions and 24 deletions

View File

@@ -16,7 +16,7 @@
/// Builds the native `pkl` CLI
extends "GradleJob.pkl"
import "package://pkg.pkl-lang.org/pkl-pantry/com.circleci.v2@1.5.0#/Config.pkl"
import "package://pkg.pkl-lang.org/pkl-pantry/com.circleci.v2@1.7.0#/Config.pkl"
/// The architecture to use
arch: "amd64" | "aarch64"
@@ -172,9 +172,9 @@ steps {
job {
when (os == "macOS") {
macos {
xcode = "15.3.0"
xcode = "26.0.1"
}
resource_class = "m2pro.large"
resource_class = "m4pro.large"
environment {
["JAVA_HOME"] = "/Users/distiller/jdk/Contents/Home"
}