Trying to make Mac CI fail gracefully

This message may be repeated multiple times as I work on the CI
configuration.
This commit is contained in:
Jonathan Johnson 2024-01-08 09:18:53 -08:00
parent d7fde0815f
commit 97ab3cd1a3
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -52,4 +52,4 @@ jobs:
# to create a wgpu Adapter to cause unit test failures on CI. Long
# term it would be nice to have a reliable way to run Mac CI with a
# GPU adapter available.
NO_ADAPTER: ${{ matris.os == "macos-stable" && "github-ci" || "" }}
NO_ADAPTER: ${{ matrix.os == "macos-stable" && "github-ci" || "" }}