[ci] fix ci (#9265)

This commit is contained in:
Yaowei Zheng 2025-10-13 16:24:40 +08:00 committed by GitHub
parent 52e46e162e
commit 9d1acbc191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,9 @@ jobs:
- python: "3.9" - python: "3.9"
os: "ubuntu-latest" os: "ubuntu-latest"
transformers: "4.53.0" transformers: "4.53.0"
exclude: # exclude python 3.9 on macos
- python: "3.9"
os: "macos-latest"
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}