Skip to content

Commit

Permalink
image
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Dec 28, 2024
1 parent a3a7668 commit 386dcfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
check-code-format:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-24.04, macos-latest, windows-latest]
python-version: [3.10.15, 3.11, 3.12]
coqui: [coqui_yes, coqui_no] # Coqui pools different versions of transformers
exclude:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
build-and-push-package:
environment: CI/CD
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [check-code-format, run-tests]

steps:
Expand Down

0 comments on commit 386dcfb

Please sign in to comment.