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:
Disservin
2024-08-17 22:07:42 +02:00
committed by Joost VandeVondele
parent ae9e55cf53
commit d626af5c3a

View File

@@ -148,7 +148,7 @@ jobs:
- name: Download required macOS packages - name: Download required macOS packages
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: brew install coreutils run: brew install coreutils gcc@11
- name: Setup msys and install required packages - name: Setup msys and install required packages
if: runner.os == 'Windows' if: runner.os == 'Windows'