Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Although macOS 14 ARM64 is now used in Github Action, Cassandra now fails to start. ``` ==> Summary 🍺 /opt/homebrew/Cellar/cassandra/4.1.4: 328 files, 52MB ==> Caveats ==> cassandra To start cassandra now and restart at login: brew services start cassandra Or, if you don't want/need a background service you can just run: /opt/homebrew/opt/cassandra/bin/cassandra -f Unrecognized VM option 'UseBiasedLocking' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. ``` I assume it's a JVM configuration issue on GitHub Action. So, it only check whether compilation is possible.
- Loading branch information