Skip to content

Commit 37dfb2d

Browse files
committed
fix CI error with macos-26 due to Qt version
1 parent a9dfa1d commit 37dfb2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ jobs:
205205
- { os: macos-14, qt: 6.7.3 }
206206
# macOS Intel with older Qt6
207207
- { os: macos-15-intel, qt: 6.7.3 }
208-
# new macOS with most recent Qt6 LTS
209-
- { os: macos-26, qt: 6.8.3 }
208+
# new macOS with most recent Qt6 LTS; note Qt 6.8.4 or later is required here
209+
- { os: macos-26, qt: 6.8.4 }
210210
runs-on: ${{ matrix.os }}
211211
env:
212212
CXXFLAGS: -D NO_QT_VERSION_ERROR

0 commit comments

Comments
 (0)