Merge pull request #739 from Yrisch/subgroup_refont #15
on_push.yml
on: push
build
/
matrix_prep
6s
mcfost
/
mcfost
5m 18s
growth
/
growth
2m 5s
Matrix: krome / test
Matrix: mpi / ${{ format('MPI test (SETUP={0},
targets={1},
DEBUG={2},
OPENMP={3},
ntasks={4})
', matrix.input[0], matrix.input[1], matrix.debug, matrix.openmp, matrix.ntasks) }}
Matrix: test / ${{ format('test (SYSTEM={0},
DEBUG={1},
SETUP={2},
targets={3})
', matrix.system, matrix.debug, matrix.input[0], matrix.input[1]) }}
Matrix: build / build
Annotations
3 warnings
|
build / matrix_prep
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build / matrix_prep
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
krome / test (macos-latest, gcc)
gcc 15.1.0 is already installed and up-to-date.
To reinstall 15.1.0, run:
brew reinstall gcc
|