From 8bfb9b90c1ae6373e69c39ae0e2604bbc7d64874 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 (cherry picked from commit 7f740e4ad638d3cda25f4c5c06f80831984f8660) --- .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 0e6d48621..7de08e261 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