Skip to content

Commit 0d808ad

Browse files
Upgrade macOS image for tests compatibility with numpy v2 (#2055)
* 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]>
1 parent 9420154 commit 0d808ad

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test_bettertransformer.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.8, 3.9]
19-
os: [ubuntu-20.04, macos-13]
20-
exclude: [{ python-version: 3.8, os: macos-13 }]
18+
python-version: [3.9]
19+
os: [ubuntu-20.04, macos-14]
2120

2221
runs-on: ${{ matrix.os }}
2322
steps:

.github/workflows/test_onnx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version: [3.8, 3.9]
19-
os: [ubuntu-20.04, macos-13]
19+
os: [ubuntu-20.04, macos-14]
2020

2121
runs-on: ${{ matrix.os }}
2222
steps:

0 commit comments

Comments
 (0)