Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 797b4bb

Browse files
committedApr 11, 2025·
Revert "Use Qt 6.8.1 for arm64 Linux builds"
This reverts commit 1c22940.
1 parent 05aef3f commit 797b4bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/linux-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
qt-target: 'desktop'
1818
qt-modules: ''
1919
arch: 'amd64'
20-
- qt-version: '6.8.1'
20+
- qt-version: '6.8'
2121
qt-target: 'desktop'
2222
qt-modules: 'qtshadertools'
2323
arch: 'aarch64'

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
qt-target: 'desktop'
1515
qt-modules: ''
1616
arch: 'amd64'
17-
- qt-version: '6.8.1'
17+
- qt-version: '6.8'
1818
qt-target: 'desktop'
1919
qt-modules: 'qtshadertools'
2020
arch: 'aarch64'

0 commit comments

Comments
 (0)
Please sign in to comment.