Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,28 @@ steps:
env:
OCL_ICD_FILENAMES: "libnvidia-opencl.so.1"
JULIA_PROJECT: "@OpenCL"
- label: "{{matrix.version}} macos CPU"
matrix:
setup:
version:
- "1.10"
- "1.11"
- "1.12"
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
- JuliaCI/julia-test#v1:
test_args: ""
- JuliaCI/julia-coverage#v1:
codecov: true
agents:
queue: "juliaecosystem"
os: "macos"
arch: "aarch64"
timeout_in_minutes: 120
env:
JULIA_PROJECT: "@cpu"


env:
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
version: ['1.10', '1.11', '1.12']
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-15, macOS-15-intel, windows-2022]
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-15-intel, windows-2022]
arch: [x64, arm64]
pocl: [jll, local]
exclude:
Expand All @@ -32,15 +32,10 @@ jobs:
arch: arm64
- os: ubuntu-24.04-arm
arch: x64
# macOS 13 is Intel-only, while macOS 14+ only support Apple Silicon
- os: macOS-15
arch: x64
- os: macOS-15-intel
arch: arm64
- os: macOS-15-intel
pocl: local
- os: macOS-15
pocl: local
- os: windows-2022
pocl: local
steps:
Expand Down
Loading