We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b32f4 commit ed27123Copy full SHA for ed27123
.github/workflows/build.mac.workflow.yml
@@ -13,21 +13,21 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: [macos-12, macos-13, macos-14]
+ qtvershort: [5_intel, 6_intel, 6_arm]
17
config: [Release]
18
include:
19
- - os: macos-12
+ - qtvershort: "5_intel"
20
arch: x64
21
qtver: Qt5
22
- qtvershort: "5_intel"
23
- - os: macos-13
+ os: macos-13
+ - qtvershort: "6_intel"
24
25
qtver: Qt6
26
- qtvershort: "6_intel"
27
- - os: macos-14
+ - qtvershort: "6_arm"
28
arch: arm64
29
30
- qtvershort: "6_arm"
+ os: macos-14
31
32
steps:
33
- name: Checkout Git Repo
0 commit comments