File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 54
54
55
55
- run : |
56
56
# see https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg586184.html
57
- if [ "${{ matrix.BUILD_BITS }}" == "64" ]; then
57
+ if [ "${{ matrix.BUILD_BITS }}" != "64" ];
58
58
# latest mingw64 is using gcc11
59
- else
60
59
include=/c/ProgramData/Chocolatey/lib/mingw/tools/install/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/avx512fintrin.h
61
60
sed -i -e"s/_mm512_abs_pd (__m512 __A)/_mm512_abs_pd (__m512d __A)/" $include
62
61
fi
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- os : [ubuntu-latest, macos-latest ]
18
+ os : [ubuntu-latest, macos-11 ]
19
19
platform : [x64]
20
20
PLAT : [i686, x86_64]
21
21
INTERFACE64 : ['', '1']
22
22
MB_ML_VER : ['', 2010, 2014]
23
23
include :
24
- - os : macos-latest
24
+ - os : macos-11
25
25
PLAT : arm64
26
26
INTERFACE64 : ' 1'
27
27
platform : [x64]
28
- - os : macos-latest
28
+ - os : macos-11
29
29
PLAT : arm64
30
30
INTERFACE64 : ' '
31
31
platform : [x64]
@@ -42,11 +42,11 @@ jobs:
42
42
MB_ML_VER : _1_1
43
43
platform : [x64]
44
44
exclude :
45
- - os : macos-latest
45
+ - os : macos-11
46
46
PLAT : i686
47
- - os : macos-latest
47
+ - os : macos-11
48
48
MB_ML_VER : 2010
49
- - os : macos-latest
49
+ - os : macos-11
50
50
MB_ML_VER : 2014
51
51
- PLAT : i686
52
52
INTERFACE64 : ' 1'
You can’t perform that action at this time.
0 commit comments