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 dc78e5a commit bab9805Copy full SHA for bab9805
.github/workflows/ci_cmake.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v2
32
33
- - run: cmake --preset=make
+ - run: cmake --preset=makegcc10
34
- run: cmake --build build --parallel
35
- run: ctest --parallel 2 --output-on-failure
36
working-directory: build
.github/workflows/ci_meson.yml
@@ -24,6 +24,11 @@ jobs:
24
25
macos:
26
runs-on: macos-latest
27
+ env:
28
+ CC: gcc-10
29
+ CXX: g++-10
+ FC: gfortran-10
+
- uses: actions/setup-python@v2
0 commit comments