diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 005ae12..e01e03f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,16 +77,16 @@ jobs: matrix: include: - platform: windows-latest - qt_version: "6.9.1" + qt_version: "6.9.0" target: amd64 - platform: ubuntu-22.04 - qt_version: "6.9.1" + qt_version: "6.9.0" target: amd64 - platform: macos-latest - qt_version: "6.9.1" + qt_version: "6.9.0" target: x86_64 - platform: macos-latest - qt_version: "6.9.1" + qt_version: "6.9.0" target: arm64 fail-fast: false runs-on: ${{ matrix.platform }}