From 386dcfbebd87a83790c05ad25008a7e32c812902 Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Sat, 28 Dec 2024 15:15:15 +0100 Subject: [PATCH] image --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e9ecfe..c926c9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: jobs: check-code-format: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -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: @@ -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: