We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9420154 commit 0d808adCopy full SHA for 0d808ad
.github/workflows/test_bettertransformer.yml
@@ -15,9 +15,8 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- python-version: [3.8, 3.9]
19
- os: [ubuntu-20.04, macos-13]
20
- exclude: [{ python-version: 3.8, os: macos-13 }]
+ python-version: [3.9]
+ os: [ubuntu-20.04, macos-14]
21
22
runs-on: ${{ matrix.os }}
23
steps:
.github/workflows/test_onnx.yml
@@ -16,7 +16,7 @@ jobs:
python-version: [3.8, 3.9]
0 commit comments