Upgrade machine executor (#1736)
This commit is contained in:
parent
96807375e0
commit
31a5ec5c71
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ java -jar \"$jar\" --config .build/bb.edn --deps-root . release-artifact \"$refl
|
||||||
(defn make-config
|
(defn make-config
|
||||||
[shorted?]
|
[shorted?]
|
||||||
(let [docker-executor-conf {:docker [{:image "circleci/clojure:openjdk-11-lein-2.9.8-bullseye"}]}
|
(let [docker-executor-conf {:docker [{:image "circleci/clojure:openjdk-11-lein-2.9.8-bullseye"}]}
|
||||||
machine-executor-conf {:machine {:image "ubuntu-2004:202111-01"}}
|
machine-executor-conf {:machine {:image "ubuntu-2004:2024.05.1"}}
|
||||||
mac-executor-conf {:macos {:xcode "13.4.1"}}
|
mac-executor-conf {:macos {:xcode "13.4.1"}}
|
||||||
linux-graalvm-home (str "/home/circleci/graalvm-" graalvm-version)
|
linux-graalvm-home (str "/home/circleci/graalvm-" graalvm-version)
|
||||||
mac-graalvm-home (format "/Users/distiller/graalvm-%s/Contents/Home" graalvm-version)]
|
mac-graalvm-home (format "/Users/distiller/graalvm-%s/Contents/Home" graalvm-version)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue