From 7f740e4ad638d3cda25f4c5c06f80831984f8660 Mon Sep 17 00:00:00 2001 From: Richard Voigtmann Date: Sat, 13 Dec 2025 21:50:40 +0100 Subject: [PATCH] added mono to brew because macos 26 runner doesnt include it Signed-off-by: Richard Voigtmann --- .github/actions/setup-dependencies/macos/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-dependencies/macos/action.yml b/.github/actions/setup-dependencies/macos/action.yml index 6fc3ed3bf..be6ff81c8 100644 --- a/.github/actions/setup-dependencies/macos/action.yml +++ b/.github/actions/setup-dependencies/macos/action.yml @@ -14,7 +14,7 @@ runs: shell: bash run: | brew update - brew install ninja extra-cmake-modules temurin@17 + brew install ninja extra-cmake-modules temurin@17 mono - name: Set JAVA_HOME shell: bash