Skip to content

Commit

Permalink
switch CI to Qt 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanilov committed Dec 7, 2024
1 parent 31532ee commit 4a3de8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 4a3de8e

Please sign in to comment.