Commit a6252c8
authored
Ignore macOS GPUs before macOS 15 (#68)
Currently mojo requires metal 3.2, which is only macOS 15+.
Unfortunately the system_profiler output doesn't contain this
specificity so the easiest thing for us to do is check the major OS
version first and just bail on that.1 parent f2bda94 commit a6252c8
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
| |||
0 commit comments