Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: replace macos-11 runners with macos-14
Since GitHub does not support `macos-11` runners anymore, jobs using these runners just hang. Let's replace them with the most actual `macos-14` runners. Now we test the project against 12 and 14 versions: we could fill the gap, but let's not create new runners without actual need. Tarantool 1.10 fails to build on `macos-14` runner, so this combination is excluded from testing matrix. Closes #402
- Loading branch information