Skip to content

Commit ab461dc

Browse files
committed
CI: pin Qt macOS builds to macos-13
1 parent 1ebf0be commit ab461dc

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release-qt-viewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
include:
2525
- os: ubuntu-latest
2626
asset_name: q1view-viewer-qt-linux-x86_64
27-
- os: macos-latest
27+
- os: macos-13
2828
asset_name: q1view-viewer-qt-macos
2929
- os: windows-2022
3030
asset_name: q1view-viewer-qt-windows-x64

.github/workflows/viewer-qt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
os:
3333
- ubuntu-latest
34-
- macos-latest
34+
- macos-13
3535
- windows-2022
3636

3737
steps:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to Q1View are documented here. Releases follow [semantic ver
1212

1313
### Packaging
1414
- Microsoft Store release automation now checks every `msstore` exit code, emits verbose Store CLI logs, and recovers from a rejected draft by deleting the failed pending submission, restaging the MSIX, and retrying the publish step.
15+
- Qt Viewer CI now pins macOS builds to `macos-13`, avoiding the `macos-latest` image change where Qt 6.5.3 links against the removed AGL framework.
1516

1617
---
1718

0 commit comments

Comments
 (0)