Skip to content

Commit

Permalink
qt 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Sep 11, 2024
1 parent 895c4cc commit f44abc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Release Builds
on: push
env:
QT_VERSION: "v6.7.0"
QT_VERSION: "v6.7.2"
ZLIB_VERSION: "v1.3.1" # not used for msvc builds
concurrency:
group: release-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f44abc0

Please sign in to comment.