Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-10 07:42:51 +02:00
parent 11abe7ebde
commit a171b580d4

View File

@ -158,16 +158,6 @@ jobs:
double_precision: false,
coverage: false,
}
- {
name: "MacOS / GCC (Debug, Single Precision)",
os: macos-latest,
build_type: "Debug",
cc: "gcc",
cxx: "g++",
generators: "Ninja",
double_precision: false,
coverage: false,
}
- {
name: "Code Coverage",
os: ubuntu-latest,
@ -209,7 +199,6 @@ jobs:
if: startsWith(matrix.config.os, 'macos')
run: |
brew install cmake ninja
brew reinstall gcc
ninja --version
cmake --version