1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 14:22:31 -07:00

Merging branch/2024-11-26/dont-fail-fast for github pull request <https://github.com/ravenbrook/mps/pull/296>

Tell GitHub not to cancel builds in the posix matrix

GitHub-reference: https://github.com/Ravenbrook/mps/issues/296
This commit is contained in:
Richard Brooksby 2024-11-27 12:31:38 +00:00 committed by GitHub
commit aefeb7ecaf

View file

@ -33,6 +33,7 @@ jobs:
# See <https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#using-a-matrix-strategy>.
strategy:
fail-fast: false # don't cancel all builds when one build fails
matrix:
os: [ubuntu-latest, macos-latest]
compiler: [clang, gcc]