Skip to content

Commit 4491027

Browse files
committed
Benchmark on macOS 15 to catch potential performance impacts of new features.
1 parent 7cf1fcf commit 4491027

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,10 @@ steps:
142142
artifact_paths:
143143
- "benchmarkresults.json"
144144
agents:
145-
queue: "juliaecosystem"
145+
queue: "julia"
146146
os: "macos"
147147
arch: "aarch64"
148+
macos_version: "15.0"
148149
if: |
149150
build.message =~ /\[only benchmarks\]/ ||
150151
build.message !~ /\[only/ && !build.pull_request.draft &&

0 commit comments

Comments
 (0)