Skip to content

Commit f44abc0

Browse files
committed
qt 6.7.2
1 parent 895c4cc commit f44abc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Release Builds
22
on: push
33
env:
4-
QT_VERSION: "v6.7.0"
4+
QT_VERSION: "v6.7.2"
55
ZLIB_VERSION: "v1.3.1" # not used for msvc builds
6+
concurrency:
7+
group: release-${{ github.ref }}
8+
cancel-in-progress: true
69
jobs:
710
build:
811
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)