From 68bfbdb629dd0434e946f709a08b6360017048db 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b702d14ac..68b38ef1b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -50,7 +50,7 @@ jobs: - "3.10" runs-on: - ubuntu-latest - - macos-latest + - macos-13 steps: - uses: actions/checkout@v3 - name: Install Poetry @@ -127,7 +127,7 @@ jobs: matrix: runs-on: - ubuntu-latest - - macos-latest + # - macos-13 # need to install pandoc in a mac-friendly way notebook: # - "Activation_Patching_in_TL_Demo" # - "Attribution_Patching_Demo"