Make some jobs run on the GitHub Actions runners (#27512)

fix

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-11-15 10:43:16 +01:00
committed by GitHub
parent 1e0e2dd376
commit 64e21ca2a4
17 changed files with 28 additions and 28 deletions

View File

@@ -14,7 +14,7 @@ env:
jobs:
check_tiny_models:
name: Check tiny models
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout transformers
uses: actions/checkout@v3