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:41:04 -08:00
parent 7500a6b20f
commit 7be9894404
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: ${{ matrix.os == 'macos-stable' && 'github-ci' || '' }}
NO_ADAPTER: ${{ matrix.os == 'macos-latest' && 'github-ci' || '' }}