From b65a94923773877c11e0be2662d0023094be4c78 Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Wed, 9 Oct 2024 17:40:50 +0100 Subject: [PATCH] actions: fix cmake generator on macos --- .github/workflows/peanut-sdl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/peanut-sdl.yml b/.github/workflows/peanut-sdl.yml index 4fa505e..738a2f9 100644 --- a/.github/workflows/peanut-sdl.yml +++ b/.github/workflows/peanut-sdl.yml @@ -27,6 +27,7 @@ jobs: nice-name: "Ubuntu-Linux" - os: macos-latest + generator: "Ninja" nice-name: "macOS" nice-arch: "arm64"