Skip to content

Commit

Permalink
remove macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Dec 19, 2024
1 parent 0c42291 commit 1239b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_bettertransformer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.9]
os: [ubuntu-20.04, macos-14]
os: [ubuntu-20.04]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_onnxruntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
transformers-version: ["latest"]
os: [ubuntu-20.04, windows-2019, macos-15]
os: [ubuntu-20.04, windows-2019] # TODO : add macos-15 after mps fix
include:
- transformers-version: "4.36.*"
os: ubuntu-20.04
Expand Down

0 comments on commit 1239b1e

Please sign in to comment.