Skip to content

Commit

Permalink
Add arm64 to RunsOn [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 10, 2024
1 parent 4fd321c commit b760a42
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/runs-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ images:
platform: "linux"
arch: "x64"
owner: "492475357299" # XGBooost CI
name: "xgboost-ci-runs-on-linux-*"
name: "xgboost-ci-runs-on-linux-amd64-*"
linux-arm64:
platform: "linux"
arch: "arm64"
owner: "492475357299" # XGBooost CI
name: "xgboost-ci-runs-on-linux-arm64-*"
windows-amd64:
platform: "windows"
arch: "x64"
Expand All @@ -26,7 +31,7 @@ runners:
linux-arm64-cpu:
cpu: 16
family: ["c6g", "c7g"]
image: ubuntu24-full-arm64
image: linux-arm64
windows-gpu:
family: ["g4dn.2xlarge"]
image: windows-amd64
Expand Down

0 comments on commit b760a42

Please sign in to comment.