Skip to content

Commit

Permalink
Disable the GPU tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Feb 15, 2024
1 parent c081dd6 commit ccd765d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
- os: ubuntu-latest
gpu: 'yes'
- os: macos-latest
gpu: 'yes'
gpu: 'no'
- os: windows-latest
# TODO: The windows runners theoretically have CPU fallback for GPUs, but
# this failed in initial testing
gpu: 'no'
name: cargo clippy + test
steps:
Expand Down

0 comments on commit ccd765d

Please sign in to comment.