Skip to content

Commit

Permalink
try macos-13
Browse files Browse the repository at this point in the history
This on the theory that it's only MPS specifically that doesn't work,
and MacOS 13 maybe (?) doesn't have MPS
  • Loading branch information
bmillwood committed May 16, 2024
1 parent 0259757 commit e818a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- "3.10"
runs-on:
- ubuntu-latest
- macos-latest
- macos-13 # as of 2024-05-16 macos-latest fails with MPS errors, see #598
steps:
- uses: actions/checkout@v3
- name: Install Poetry
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e818a24

Please sign in to comment.