Switch to macos 13 for CI

allows for building x86-64-avx2 and x86-64-bmi2 binaries for mac

install coreutils
show hardware capabilities as seen by the compilers
move some tests from sse41 to avx2 as platforms support it

closes https://github.com/official-stockfish/Stockfish/pull/4692

No functional change
This commit is contained in:
Joost VandeVondele
2023-07-16 18:14:38 +02:00
parent d70a905ce3
commit 34d0c1b527
3 changed files with 36 additions and 28 deletions
+4 -4
View File
@@ -21,13 +21,13 @@ jobs:
compiler: clang++
comp: clang
shell: bash
- name: MacOS 12 Apple Clang
os: macos-12
- name: MacOS 13 Apple Clang
os: macos-13
compiler: clang++
comp: clang
shell: bash
- name: MacOS 12 GCC 11
os: macos-12
- name: MacOS 13 GCC 11
os: macos-13
compiler: g++-11
comp: gcc
shell: bash