From 4a3de8ee55a055cdd4cad89b77d5beb3116da387 Mon Sep 17 00:00:00 2001 From: Denis Danilov Date: Sat, 7 Dec 2024 11:09:28 +0100 Subject: [PATCH] switch CI to Qt 6.8.1 --- .github/workflows/lin.yml | 2 +- .github/workflows/mac.yml | 2 +- .github/workflows/win.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lin.yml b/.github/workflows/lin.yml index ecc71b1..76b1424 100644 --- a/.github/workflows/lin.yml +++ b/.github/workflows/lin.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - qt-version: ['6.7.3'] + qt-version: ['6.8.1'] build-type: [Release] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 4296742..2ca3450 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - qt-version: ['6.7.3'] + qt-version: ['6.8.1'] build-type: [Release] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index ea7600f..d1847fe 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - qt-version: ['6.7.3'] + qt-version: ['6.8.1'] qt-arch: [win64_mingw] build-type: [Release] steps: @@ -54,8 +54,8 @@ jobs: echo "QML2_IMPORT_PATH=$QML2_IMPORT_PATH" >>$GITHUB_ENV - name: install MinGW run: | - aqt install-tool windows desktop tools_mingw90 -O $O_DIR - MinGW_BIN=$O_DIR/Tools/mingw1120_64/bin + aqt install-tool windows desktop tools_mingw1310 -O $O_DIR + MinGW_BIN=$O_DIR/Tools/mingw1310_64/bin echo "MinGW_BIN=$MinGW_BIN" >>$GITHUB_ENV - name: configure run: |