See e.g. the log of this failed macOS / GAP v4.12 / 64-bit job:
testing: /tmp/gaproot/pkg/Semigroups//tst/standard/libsemigroups/sims1.tst
######## > Diff in:
/tmp/gaproot/pkg/Semigroups//tst/standard/libsemigroups/sims1.tst:226
# Input is:
NumberOfRightCongruences(S);
# Expected output:
6
# But found:
5
########
606 ms (234 ms GC) and 12.1MB allocated for libsemigroups/sims1.tst
Note that (as far as I can tell) this was in the run-through of the test with acting methods disabled; the tests had all passed fine with acting methods enabled. Also, the pull request in question (#1120) solely changes the concurrency settings of the GitHub Actions workflow files and can't possibly have been the cause of this failure.
To me it suggests some sort of uncommon memory corruption issue...