@@ -19,18 +19,12 @@ jobs:
19
19
build_type : " Release" , cc: "clang", cxx: "clang++",
20
20
build_gen : " Unix Makefiles"
21
21
}
22
- # - {
23
- # name: "macOS Latest Release (Apple Silicon)",
24
- # os: macos-14-arm64,
25
- # build_type: "Release", cc: "clang", cxx: "clang++",
26
- # build_gen: "Unix Makefiles"
27
- # }
28
- # - {
29
- # name: "macOS Latest Debug (Apple Silicon)",
30
- # os: macos-14-arm64,
31
- # build_type: "Debug", cc: "clang", cxx: "clang++",
32
- # build_gen: "Unix Makefiles"
33
- # }
22
+ - {
23
+ name : " macOS Latest Release (Apple Silicon)" ,
24
+ os : macos-latest,
25
+ build_type : " Release" , cc: "clang", cxx: "clang++",
26
+ build_gen : " Unix Makefiles"
27
+ }
34
28
- {
35
29
name : " Windows Latest MSVC Release" ,
36
30
os : windows-latest,
43
37
with :
44
38
fetch-depth : 0
45
39
40
+ - name : Check MAC CPU Architecture
41
+ shell : bash
42
+ run : |
43
+ uname -m
44
+ if : matrix.config.os != 'windows-latest'
45
+
46
46
- name : Install libiconv (Windows)
47
47
uses : suisei-cn/actions-download-file@v1
48
48
with :
@@ -133,18 +133,6 @@ jobs:
133
133
refreshenv
134
134
if : matrix.config.os == 'windows-latest'
135
135
136
- - name : Install Qt 6
137
- uses : jurplel/install-qt-action@v4
138
- with :
139
- version : 6.2.*
140
- if : matrix.config.is == 'macos-13'
141
-
142
- - name : Install Qt 5
143
- uses : jurplel/install-qt-action@v4
144
- with :
145
- version : 5.*
146
- if : matrix.config.is != 'macos-13'
147
-
148
136
- name : Check tool versions (Linux / MacOS)
149
137
shell : bash
150
138
run : |
0 commit comments