Skip to content

Commit 5e6da77

Browse files
committed
Move aarch64 macos tests to buildkite
1 parent c22c1a1 commit 5e6da77

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,28 @@ steps:
192192
env:
193193
OCL_ICD_FILENAMES: "libnvidia-opencl.so.1"
194194
JULIA_PROJECT: "@OpenCL"
195+
- label: "{{matrix.version}} macos CPU"
196+
matrix:
197+
setup:
198+
version:
199+
- "1.10"
200+
- "1.11"
201+
- "1.12"
202+
plugins:
203+
- JuliaCI/julia#v1:
204+
version: "{{matrix.version}}"
205+
- JuliaCI/julia-test#v1:
206+
test_args: ""
207+
- JuliaCI/julia-coverage#v1:
208+
codecov: true
209+
agents:
210+
queue: "juliaecosystem"
211+
os: "macos"
212+
arch: "aarch64"
213+
timeout_in_minutes: 120
214+
env:
215+
JULIA_PROJECT: "@cpu"
216+
195217

196218
env:
197219
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version: ['1.10', '1.11', '1.12']
25-
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-15, macOS-15-intel, windows-2022]
25+
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-15-intel, windows-2022]
2626
arch: [x64, arm64]
2727
pocl: [jll, local]
2828
exclude:
@@ -32,15 +32,10 @@ jobs:
3232
arch: arm64
3333
- os: ubuntu-24.04-arm
3434
arch: x64
35-
# macOS 13 is Intel-only, while macOS 14+ only support Apple Silicon
36-
- os: macOS-15
37-
arch: x64
3835
- os: macOS-15-intel
3936
arch: arm64
4037
- os: macOS-15-intel
4138
pocl: local
42-
- os: macOS-15
43-
pocl: local
4439
- os: windows-2022
4540
pocl: local
4641
steps:

0 commit comments

Comments
 (0)