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 7bacb79 commit 3901862Copy full SHA for 3901862
.github/workflows/cmake.yml
@@ -16,6 +16,7 @@ jobs:
16
# well on Windows or Mac. You can convert this to a matrix build if you need
17
# cross-platform coverage.
18
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
19
+ name: ${{ matrix.os }}, gfortran-${{ matrix.ver }}
20
strategy:
21
os: [ubuntu-latest, macos-latest]
22
0 commit comments