Skip to content

Commit

Permalink
docs: use the linux runners
Browse files Browse the repository at this point in the history
[skip tests]
  • Loading branch information
avik-pal committed Sep 7, 2024
1 parent 52c8880 commit 5010f10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
dirs:
- src
- ext
command: julia --code-coverage=user --color=yes --project=docs docs/tutorials.jl
command: julia --code-coverage=user --color=yes --project=docs --threads=auto docs/tutorials.jl
env:
TUTORIAL_BACKEND_GROUP: "CUDA"
agents:
Expand All @@ -39,13 +39,13 @@ steps:
# dirs:
# - src
# - ext
command: julia --code-coverage=user --color=yes --project=docs docs/tutorials.jl
command: julia --code-coverage=user --color=yes --project=docs --threads=auto docs/tutorials.jl
env:
TUTORIAL_BACKEND_GROUP: "CPU"
agents:
queue: "juliaecosystem"
os: "macos"
arch: "aarch64"
os: "linux"
arch: "x86_64"
artifact_paths:
- "docs/src/tutorials/beginner/**/*"
- "docs/src/tutorials/intermediate/**/*"
Expand Down

0 comments on commit 5010f10

Please sign in to comment.