diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 060c9ad..8566e50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,25 +94,25 @@ jobs: matrix: include: - platform: windows-latest - qt_version: "6.10.0" + qt_version: "6.10.1" target: x86_64 - platform: windows-11-arm - qt_version: "6.10.0" + qt_version: "6.10.1" target: arm64 - platform: ubuntu-22.04 - qt_version: "6.10.0" + qt_version: "6.10.1" target: amd64 - platform: ubuntu-22.04 qt_version: "6.2.0" target: amd64 - platform: ubuntu-24.04-arm - qt_version: "6.10.0" + qt_version: "6.10.1" target: arm64 - platform: macos-latest - qt_version: "6.10.0" + qt_version: "6.10.1" target: x86_64 - platform: macos-latest - qt_version: "6.10.0" + qt_version: "6.10.1" target: arm64 - platform: macos-latest qt_version: "6.4.3"