"git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "7202115ebbc64edb4000bdd7eed8f276a556304e"
Commit ebac8625 authored by Matthew Douglas's avatar Matthew Douglas
Browse files

Exclude Windows from CUDA 12.4.0 build for now

parent c0ad874a
...@@ -67,6 +67,8 @@ jobs: ...@@ -67,6 +67,8 @@ jobs:
exclude: exclude:
- os: windows-latest # This probably requires arm64 Windows agents - os: windows-latest # This probably requires arm64 Windows agents
arch: aarch64 arch: aarch64
- os: windows-latest # The Jimver/cuda-toolkit is action used for Windows builds is not updated for 12.4 yet.
cuda_version: "12.4.0"
- os: ubuntu-latest # Temporary. Takes too long, not ready yet. - os: ubuntu-latest # Temporary. Takes too long, not ready yet.
arch: aarch64 arch: aarch64
runs-on: ${{ matrix.os }} # One day, we could run them on native agents. Azure supports this now but it's planned only for Q3 2023 for hosted agents runs-on: ${{ matrix.os }} # One day, we could run them on native agents. Azure supports this now but it's planned only for Q3 2023 for hosted agents
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment