File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 6464 - name : ubuntu-24.04
6565 runs-on : ubuntu-24.04
6666 driver-options : -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
67- - name : ubuntu-24.04-arm
68- runs-on : ubuntu-24.04-arm
69- driver-options : -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
67+ # TODO(scotttodd): re-enable when GitHub-hosted Arm runners are stable and don't fail during actions/checkout
68+ # - name: ubuntu-24.04-arm
69+ # runs-on: ubuntu-24.04-arm
70+ # driver-options: -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
7071 - name : windows-2022
7172 runs-on : windows-2022
7273 driver-options : -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
@@ -169,7 +170,12 @@ jobs:
169170 strategy :
170171 fail-fast : false
171172 matrix :
172- runs-on : [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-14]
173+ runs-on :
174+ - ubuntu-24.04
175+ # TODO(scotttodd): re-enable when GitHub-hosted Arm runners are stable and don't fail during actions/checkout
176+ # - ubuntu-24.04-arm
177+ - windows-2022
178+ - macos-14
173179 provider : [tracy, console]
174180 env :
175181 BUILD_DIR : build-tracing
You can’t perform that action at this time.
0 commit comments