diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0aa9038d6a..abf76a0d3f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,14 +12,14 @@ jobs: - name: linux-3.12 python-version: "3.12" os: ubuntu-latest - - name: windows-3.11 - python-version: "3.11" + - name: windows-3.12 + python-version: "3.12" os: windows-latest - name: macos-12-skip-exe - python-version: "3.11" + python-version: "3.12" os: macos-12 - name: macos-11-skip-exe - python-version: "3.11" + python-version: "3.12" os: macos-11 - name: linux-3.12-lint-update-help-skip-exe python-version: "3.12"