Skip to content

Commit da6fb8a

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 6cf49d7 commit da6fb8a

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
@@ -48,7 +48,7 @@ jobs:
4848
- "3.10"
4949
runs-on:
5050
- ubuntu-latest
51-
- macos-latest
51+
- macos-13
5252
steps:
5353
- uses: actions/checkout@v3
5454
- name: Install Poetry
@@ -125,7 +125,7 @@ jobs:
125125
matrix:
126126
runs-on:
127127
- ubuntu-latest
128-
- macos-latest
128+
# - macos-13 # need to install pandoc in a mac-friendly way
129129
notebook:
130130
# - "Activation_Patching_in_TL_Demo"
131131
# - "Attribution_Patching_Demo"

0 commit comments

Comments
 (0)