Enable Metal for Mac CI builds

This commit is contained in:
Jake Turner
2022-03-23 17:45:25 +00:00
committed by Baldur Karlsson
parent 02d72c038e
commit 58f6061bdb
+1 -1
View File
@@ -299,7 +299,7 @@ jobs:
run: |
mkdir build
pushd build
cmake -DCMAKE_BUILD_TYPE=${{ matrix.type }} ..
cmake -DENABLE_METAL=On -DCMAKE_BUILD_TYPE=${{ matrix.type }} ..
make -j2
popd
- if: matrix.type == 'Debug'