From 7bc1e6d49ce7ac61264eaca6703e2c50fe1c3866 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Thu, 16 May 2024 14:42:40 +0100 Subject: [PATCH] try macos-13 This on the theory that it's only MPS specifically that doesn't work, and MacOS 13 maybe (?) doesn't have MPS --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8752c01d5..210699d25 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -125,7 +125,7 @@ jobs: matrix: runs-on: - ubuntu-latest - - macos-latest + - macos-13 notebook: # - "Activation_Patching_in_TL_Demo" # - "Attribution_Patching_Demo"