diff --git a/.github/workflows/daily_precommit.yml b/.github/workflows/daily_precommit.yml index 4f8bd086d7..2f0e1ca310 100644 --- a/.github/workflows/daily_precommit.yml +++ b/.github/workflows/daily_precommit.yml @@ -417,7 +417,13 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-latest] + os: + - download_name: macos + image_name: macos-latest + - download_name: windows + image_name: windows-latest + - download_name: ubuntu + image_name: ubuntu-latest python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] cloud-provider: [azure] steps: