Skip to content

Commit ed27123

Browse files
committed
ci: build fix macOS Qt5 intel build (macos-12 GA runner is gone)
1 parent 91b32f4 commit ed27123

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.mac.workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [macos-12, macos-13, macos-14]
16+
qtvershort: [5_intel, 6_intel, 6_arm]
1717
config: [Release]
1818
include:
19-
- os: macos-12
19+
- qtvershort: "5_intel"
2020
arch: x64
2121
qtver: Qt5
22-
qtvershort: "5_intel"
23-
- os: macos-13
22+
os: macos-13
23+
- qtvershort: "6_intel"
2424
arch: x64
2525
qtver: Qt6
26-
qtvershort: "6_intel"
27-
- os: macos-14
26+
os: macos-13
27+
- qtvershort: "6_arm"
2828
arch: arm64
2929
qtver: Qt6
30-
qtvershort: "6_arm"
30+
os: macos-14
3131

3232
steps:
3333
- name: Checkout Git Repo

0 commit comments

Comments
 (0)