Skip to content

Commit e818a24

Browse files
committed
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
1 parent 0259757 commit e818a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- "3.10"
5151
runs-on:
5252
- ubuntu-latest
53-
- macos-latest
53+
- macos-13 # as of 2024-05-16 macos-latest fails with MPS errors, see #598
5454
steps:
5555
- uses: actions/checkout@v3
5656
- name: Install Poetry
@@ -127,7 +127,7 @@ jobs:
127127
matrix:
128128
runs-on:
129129
- ubuntu-latest
130-
- macos-latest
130+
# - macos-13 # need to install pandoc in a mac-friendly way
131131
notebook:
132132
# - "Activation_Patching_in_TL_Demo"
133133
# - "Attribution_Patching_Demo"

0 commit comments

Comments
 (0)