Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 11, 2024
1 parent 8bc3b8d commit c9990ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_bettertransformer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
os: [ubuntu-20.04, macos-13]
exclude: [{ python-version: 3.8, os: macos-13 }]
os: [ubuntu-20.04, macos-15]
exclude: [{ python-version: 3.8, os: macos-15 }]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit c9990ac

Please sign in to comment.