From 7be9894404cffad7183bf7b82df5b2c1317ab4ca Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Mon, 8 Jan 2024 09:41:04 -0800 Subject: [PATCH] Trying to make Mac CI fail gracefully This message may be repeated multiple times as I work on the CI configuration. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e977655..c1abdd1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 newline at end of file + NO_ADAPTER: ${{ matrix.os == 'macos-latest' && 'github-ci' || '' }} \ No newline at end of file