diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 06df78f97..2061a8de4 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -20,12 +20,12 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11, macos-12, macos-13, macos-14, windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, setup-actions-ubuntu-arm64-2-core] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] - check-latest: [true, false] + check-latest: [false, true] + os: [macos-11, macos-12, macos-13, macos-14, windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, setup-actions-ubuntu-arm64-2-core] steps: - uses: actions/checkout@v4 - - name: Setup Python and check latest + - name: Setup Python ${{ matrix.check-latest && 'and check latest' || '' }} uses: ./ with: python-version: ${{ matrix.python-version }}