Skip to content

Commit 38230f3

Browse files
committed
CI: Add macOS 1.9 job
1 parent 52a97dd commit 38230f3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.buildkite/pipeline.yml

+14
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@ steps:
6969
julia_args: "--threads=1"
7070
- JuliaCI/julia-coverage#v1:
7171
codecov: true
72+
- label: Julia 1.9 (macOS)
73+
timeout_in_minutes: 90
74+
<<: *test
75+
agents:
76+
queue: "juliaecosystem"
77+
os: macos
78+
arch: x86_64
79+
plugins:
80+
- JuliaCI/julia#v1:
81+
version: "1.9"
82+
- JuliaCI/julia-test#v1:
83+
julia_args: "--threads=1"
84+
- JuliaCI/julia-coverage#v1:
85+
codecov: true
7286
- label: Julia 1.8 - TimespanLogging
7387
timeout_in_minutes: 20
7488
<<: *test

0 commit comments

Comments
 (0)