Skip to content

Commit

Permalink
Upgrade macOS image for tests compatibility with numpy v2 (#2055)
Browse files Browse the repository at this point in the history
* update runner environment

* fix

* downgrade

* Update .github/workflows/test_bettertransformer.yml

Co-authored-by: Ilyas Moutawwakil <[email protected]>

* Update .github/workflows/test_bettertransformer.yml

Co-authored-by: Ilyas Moutawwakil <[email protected]>

* fix

---------

Co-authored-by: Ilyas Moutawwakil <[email protected]>
  • Loading branch information
echarlaix and IlyasMoutawwakil authored Oct 11, 2024
1 parent 9420154 commit 0d808ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_bettertransformer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
os: [ubuntu-20.04, macos-13]
exclude: [{ python-version: 3.8, os: macos-13 }]
python-version: [3.9]
os: [ubuntu-20.04, macos-14]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_onnx.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.8, 3.9]
os: [ubuntu-20.04, macos-13]
os: [ubuntu-20.04, macos-14]

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

0 comments on commit 0d808ad

Please sign in to comment.