diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f891eb05dc..45050db2da8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,10 +116,7 @@ jobs: timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }} strategy: matrix: - os: - - macos-latest - - ubuntu-latest - - windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30 + os: [macos-latest, ubuntu-latest, windows-latest] fail-fast: false steps: - uses: actions/checkout@v5 @@ -245,10 +242,7 @@ jobs: timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }} strategy: matrix: - os: - - macos-latest - - ubuntu-latest - - windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30 + os: [macos-latest, ubuntu-latest, windows-latest] fail-fast: false steps: - uses: actions/checkout@v5