Skip to content

Commit

Permalink
fix(ci): Disable Nvidia 470 since all Nvidia Surface devices support 535
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Sep 29, 2023
1 parent 052b7be commit 945d005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- mate
- onyx
major_version: [38]
driver_version: [470, 535]
driver_version: [535]
include:
- major_version: 38
is_latest_version: true
Expand Down

0 comments on commit 945d005

Please sign in to comment.