We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9dfa1d commit 37dfb2dCopy full SHA for 37dfb2d
1 file changed
.github/workflows/tests.yml
@@ -205,8 +205,8 @@ jobs:
205
- { os: macos-14, qt: 6.7.3 }
206
# macOS Intel with older Qt6
207
- { os: macos-15-intel, qt: 6.7.3 }
208
- # new macOS with most recent Qt6 LTS
209
- - { os: macos-26, qt: 6.8.3 }
+ # new macOS with most recent Qt6 LTS; note Qt 6.8.4 or later is required here
+ - { os: macos-26, qt: 6.8.4 }
210
runs-on: ${{ matrix.os }}
211
env:
212
CXXFLAGS: -D NO_QT_VERSION_ERROR
0 commit comments