mirror of
https://github.com/apple/pkl.git
synced 2026-04-26 18:28:33 +02:00
Update macOS release in CI (#1243)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user