mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 01:37:46 +00:00
Fix failing CI for MacOS 13 GCC 11
closes https://github.com/official-stockfish/Stockfish/pull/5540 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
ae9e55cf53
commit
d626af5c3a
@@ -148,7 +148,7 @@ jobs:
|
||||
|
||||
- name: Download required macOS packages
|
||||
if: runner.os == 'macOS'
|
||||
run: brew install coreutils
|
||||
run: brew install coreutils gcc@11
|
||||
|
||||
- name: Setup msys and install required packages
|
||||
if: runner.os == 'Windows'
|
||||
|
||||
Reference in New Issue
Block a user