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 6cf49d7 commit da6fb8a
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 @@ -48,7 +48,7 @@ jobs:
- "3.10"
runs-on:
- ubuntu-latest
- macos-latest
- macos-13
steps:
- uses: actions/checkout@v3
- name: Install Poetry
Expand Down Expand Up @@ -125,7 +125,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 da6fb8a

Please sign in to comment.